Skip to content

Commit

Permalink
Update installation-guide.md
Browse files Browse the repository at this point in the history
+Added file and path for manual pass of SECRET_KEY_BASE to Apache
-removed one unnecessary "put"

[ci skip]
  • Loading branch information
milahti authored and oliverguenther committed Oct 31, 2016
1 parent 89ad59a commit 72511ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/operation_guides/manual/installation-guide.md
Expand Up @@ -239,7 +239,7 @@ will seed the database in the french language.
### Secret Token

You need to generate a secret key base for the production environment with `./bin/rake secret` and make that available through the environment variable `SECRET_KEY_BASE`.
In this installation guide, we will use the local `.profile` of the OpenProject user. You may alternatively put set the environment variable in `/etc/environment` or pass it to the server upon start manually.
In this installation guide, we will use the local `.profile` of the OpenProject user. You may alternatively set the environment variable in `/etc/environment` or pass it to the server upon start manually in '/etc/apache2/envvars'.

```bash
[openproject@host] echo "export SECRET_KEY_BASE=$(./bin/rake secret)" >> ~/.profile
Expand Down

0 comments on commit 72511ad

Please sign in to comment.