Skip to content
Snippets Groups Projects
Commit 833bfd77 authored by Expenses's avatar Expenses Committed by Eugen
Browse files

Added missing `rake secret` command (#1894)

parent 6685106d
No related branches found
Tags v1.4rc1
No related merge requests found
......@@ -89,6 +89,8 @@ Do NOT change the `REDIS_*` or `DB_*` settings when running with the default doc
You will need to fill in, at least: `LOCAL_DOMAIN`, `LOCAL_HTTPS`, `PAPERCLIP_SECRET`, `SECRET_KEY_BASE`, `OTP_SECRET`, and the `SMTP_*` settings. To generate the `PAPERCLIP_SECRET`, `SECRET_KEY_BASE`, and `OTP_SECRET`, you may use:
rake secret
Before running the first time, you need to build the images:
docker-compose build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment