There are actually no new lines on the secret key... They appear here
because of how the page is formatted, but the original file I'm taking
them from has no new lines there :(

On Jul 13, 12:33 pm, prabhu kumar <[email protected]> wrote:
> Hi, remove new lines in the secret key or put a \ at the end of each line.
> You can remove new lines by pasting it into some editor, remove new lines
> and paste it to the gitorious.yml file.
> Good luck.
>
>
>
>
>
>
>
>
>
> On Wed, Jul 13, 2011 at 9:49 PM, Tizzy <[email protected]> wrote:
> > Hello,
> > I'm going through a gitorious reinstall since having had some problems
> > with configurations -- and later with updated gems.
> > However, I'm having a rather odd issue, since the system keeps giving
> > the error "Your config/gitorious.yml does not have an entry for your
> > current Rails environment. Please consult config/gitorious.sample.yml
> > for instructions.", even when I'm rather sure my gitorious.yml file is
> > just fine for all three environments (I'm trying to perform a rake
> > db:create for production environment, as per the gitorious install
> > guide).
>
> > Can anyone help me with this? Here are the contents of my
> > gitorious.yml file:
>
> > ---------------------
>
> > development:
> > # The session secret key (`apg -m 64` is always useful for this kinda
> > stuff)
> > cookie_secret: obOgvotJeshripFukocThactauladjiovefOckjeetphAygOolg
>
> > +odthiftadCikhoquatufjedyosOirrIrvUkwegBelyaichicNeddyoorcyamumVogToxDainsUffsajupcicIcirpyubovTylfavNeDrynJewCiHofyijogjevwijWyftEvchazvawjuCydFidvoamyeikupPhoggeiggidPetUchImBacakecDojvojbodcaunEajOibtavPhiwadvewadiabJacConOfDodkijwuechiwagictOntadyobjeacBiOnenoiphpoBiHybusalewvAyffIjFajOffIfyefdybEacwuc8obCamArgujEpWecObMyulbEk`
>
> > # The path where git repositories are stored. The actual (bare)
> > repositories resides
> > # in repository_base_path/#{project.slug}/#{repository.name}.git/:
> > repository_base_path: "/var/git/repositories"
>
> > # Stuff that's in the html <head>. custom stats javascript code etc
> > extra_html_head_data:
>
> > # System message that will appear on all pages if present
> > system_message:
>
> > # Port the ./script/gitorious script should use:
> > gitorious_client_port: 3000
>
> > # Host the ./script/gitorious script should use:
> > gitorious_client_host: localhost
>
> > # Host which is serving the gitorious app, eg "gitorious.org"
> > gitorious_host: cesimo.ing.ula.ve
>
> > # User which is running git daemon
> > gitorious_user: git
>
> > # Email address to the support for the Gitorious server
> > gitorious_support_email: [email protected]
>
> > # Email spam on server errors to:
> > exception_notification_emails:
>
> > # Mangle visible e-mail addresses (spam protection)
> > mangle_email_addresses: true
>
> > # Enable or Disable Public Mode (true) or Private Mode (false)
> > public_mode: true
>
> > # Define your locale
> > locale: en
>
> > # Where should we store generated tarballs?
> > # (should be readable by webserver, since we tell it to send the file
> > using X-Sendfile)
> > archive_cache_dir: "/var/git/tarballs"
> > # Which directory should we work in when we generate tarballs, before
> > moving
> > # them to the above dir?
> > archive_work_dir: "/var/git/tarballs-work"
>
> > # is it only site admins who can create new projects?
> > only_site_admins_can_create_projects: false
>
> > # Should we hide HTTP clone urls?
> > hide_http_clone_urls: false
>
> > # Use SSL? Requires web server configuration. Recommended for
> > security. Forces the use of
> > # HTTPS on login page and all pages while user is logged in
> > use_ssl: true
>
> > # Is this gitorious.org? Read: should we have a very flashy homepage?
> > is_gitorious_dot_org: true
>
> > # Pick a default license
> > default_license: GNU Affero General Public License (AGPLv3)
>
> > # Terms of service and privacy policy
> > terms_of_use: false
> > terms_of_service_url:http://en.gitorious.org/tos
> > privacy_policy_url:http://en.gitorious.org/privacy_policy
>
> > production:
> > # The session secret key (`apg -m 64` is always useful for this kinda
> > stuff)
> > cookie_secret: obOgvotJeshripFukocThactauladjiovefOckjeetphAygOolg
>
> > +odthiftadCikhoquatufjedyosOirrIrvUkwegBelyaichicNeddyoorcyamumVogToxDainsUffsajupcicIcirpyubovTylfavNeDrynJewCiHofyijogjevwijWyftEvchazvawjuCydFidvoamyeikupPhoggeiggidPetUchImBacakecDojvojbodcaunEajOibtavPhiwadvewadiabJacConOfDodkijwuechiwagictOntadyobjeacBiOnenoiphpoBiHybusalewvAyffIjFajOffIfyefdybEacwuc8obCamArgujEpWecObMyulbEk`
>
> > # The path where git repositories are stored. The actual (bare)
> > repositories resides
> > # in repository_base_path/#{project.slug}/#{repository.name}.git/:
> > repository_base_path: "/var/git/repositories"
>
> > # Stuff that's in the html <head>. custom stats javascript code etc
> > extra_html_head_data:
>
> > # System message that will appear on all pages if present
> > system_message:
>
> > # Port the ./script/gitorious script should use:
> > gitorious_client_port: 3000
>
> > # Host the ./script/gitorious script should use:
> > gitorious_client_host: localhost
>
> > # Host which is serving the gitorious app, eg "gitorious.org"
> > gitorious_host: cesimo.ing.ula.ve
>
> > # User which is running git daemon
> > gitorious_user: git
>
> > # Email address to the support for the Gitorious server
> > gitorious_support_email: [email protected]
>
> > # Email spam on server errors to:
> > exception_notification_emails:
>
> > # Mangle visible e-mail addresses (spam protection)
> > mangle_email_addresses: true
>
> > # Enable or Disable Public Mode (true) or Private Mode (false)
> > public_mode: true
>
> > # Define your locale
> > locale: en
>
> > # Where should we store generated tarballs?
> > # (should be readable by webserver, since we tell it to send the file
> > using X-Sendfile)
> > archive_cache_dir: "/var/git/tarballs"
> > # Which directory should we work in when we generate tarballs, before
> > moving
> > # them to the above dir?
> > archive_work_dir: "/var/git/tarballs-work"
>
> > # is it only site admins who can create new projects?
> > only_site_admins_can_create_projects: false
>
> > # Should we hide HTTP clone urls?
> > hide_http_clone_urls: false
>
> > # Use SSL? Requires web server configuration. Recommended for
> > security. Forces the use of
> > # HTTPS on login page and all pages while user is logged in
> > use_ssl: true
>
> > # Is this gitorious.org? Read: should we have a very flashy homepage?
> > is_gitorious_dot_org: true
>
> > # Pick a default license
> > #default_license: GNU Affero General Public License (AGPLv3)
>
> > # Terms of service and privacy policy
> > terms_of_use: false
> > terms_of_service_url:http://en.gitorious.org/tos
> > privacy_policy_url:http://en.gitorious.org/privacy_policy
>
> > test:
> > # The session secret key (`apg -m 64` is always useful for this kinda
> > stuff)
> > cookie_secret: obOgvotJeshripFukocThactauladjiovefOckjeetphAygOolg
>
> > +odthiftadCikhoquatufjedyosOirrIrvUkwegBelyaichicNeddyoorcyamumVogToxDainsUffsajupcicIcirpyubovTylfavNeDrynJewCiHofyijogjevwijWyftEvchazvawjuCydFidvoamyeikupPhoggeiggidPetUchImBacakecDojvojbodcaunEajOibtavPhiwadvewadiabJacConOfDodkijwuechiwagictOntadyobjeacBiOnenoiphpoBiHybusalewvAyffIjFajOffIfyefdybEacwuc8obCamArgujEpWecObMyulbEk`
>
> > # The path where git repositories are stored. The actual (bare)
> > repositories resides
> > # in repository_base_path/#{project.slug}/#{repository.name}.git/:
> > repository_base_path: "/var/git/repositories"
>
> > # Stuff that's in the html <head>. custom stats javascript code etc
> > extra_html_head_data:
>
> > # System message that will appear on all pages if present
> > system_message:
>
> > # Port the ./script/gitorious script should use:
> > gitorious_client_port: 3000
>
> > # Host the ./script/gitorious script should use:
> > gitorious_client_host: localhost
>
> > # Host which is serving the gitorious app, eg "gitorious.org"
> > gitorious_host: cesimo.ing.ula.ve
>
> > # User which is running git daemon
> > gitorious_user: git
>
> > # Email address to the support for the Gitorious server
> > gitorious_support_email: [email protected]
>
> > # Email spam on server errors to:
> > exception_notification_emails:
>
> > # Mangle visible e-mail addresses (spam protection)
> > mangle_email_addresses: true
>
> > # Enable or Disable Public Mode (true) or Private Mode (false)
> > public_mode: true
>
> > # Define your locale
> > locale: en
>
> > # Where should we store generated tarballs?
> > # (should be readable by webserver, since we tell it to send the file
> > using X-Sendfile)
> > archive_cache_dir: "/var/git/tarballs"
> > # Which directory should we work in when we generate tarballs, before
> > moving
> > # them to the above dir?
> > archive_work_dir: "/var/git/tarballs-work"
>
> > # is it only site admins who can create new projects?
> > only_site_admins_can_create_projects: false
>
> > # Should we hide HTTP clone urls?
> > hide_http_clone_urls: false
>
> > # Use SSL? Requires web server configuration. Recommended for
> > security. Forces the use of
> > # HTTPS on login page and all pages while user is logged in
> > use_ssl: true
>
> > # Is this gitorious.org? Read: should we have a very flashy homepage?
> > is_gitorious_dot_org: true
>
> > # Pick a default license
> > #default_license: GNU Affero General Public License (AGPLv3)
>
> > # Terms of service and privacy policy
> > terms_of_use: false
> > terms_of_service_url:http://en.gitorious.org/tos
> > privacy_policy_url:http://en.gitorious.org/privacy_policy
>
> > --
> > To post to this group, send email to [email protected]
> > To unsubscribe from this group, send email to
> > [email protected]
>
> --
> Prabhu kumar. K.V.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to