Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. [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...