Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. [SOLVED]Problem at the end of installation

[SOLVED]Problem at the end of installation

Added by Douglas Leonardo over 9 years ago

I’m at the end of the installation, in step:

echo "export SECRET_KEY_BASE="`./bin/rake secret`" >> ~/.profile

And it stands as it is in print.

Can anyone help?


Replies (2)

RE: Problem at the end of installation - Added by Oliver Günther over 9 years ago

Hey Douglas,

you’re missing a quote (")

This should work: echo "export SECRET_KEY_BASE="`./bin/rake secret`"" >> ~/.profile

Can you check whether this is an error in the installation guide or whether you missed that last quote in your command? If the former, I’ll fix the guide immediately.

Thanks!
Oliver

RE: Problem at the end of installation - Added by Douglas Leonardo over 9 years ago

Oliver Günther wrote:

Hey Douglas,

you’re missing a quote (")

This should work: echo "export SECRET_KEY_BASE="`./bin/rake secret`"" >> ~/.profile

Can you check whether this is an error in the installation guide or whether you missed that last quote in your command? If the former, I’ll fix the guide immediately.

Thanks!
Oliver

Thanks!

  • (1 - 2/2)
Loading...