Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
LuluTchab committed Nov 16, 2017
1 parent 2fef0bc commit 777dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL_DETAILED.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ The last lines provide you with usable values for your `.env`. You still can mod

You also have to modify the two following lines in `.env` file. If you don't do this, it won't work correctly.

BACKUP_PATH=data/backups
PLUGINS_CONFIG_BASE_PATH=data/plugins/
BACKUP_PATH=../data/backups
PLUGINS_CONFIG_BASE_PATH=../data/plugins/

Nearly done. You just need to finish bootstraping, either by simply calling `make bootstrap-mgmt` or going step by step from the section above.

Expand Down

0 comments on commit 777dc23

Please sign in to comment.