]> cat aescling's git repositories - mastodon.git/commitdiff
Added missing `rake secret` command (#1894)
authorExpenses <expenses@airmail.cc>
Mon, 17 Apr 2017 08:38:59 +0000 (20:38 +1200)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 08:38:59 +0000 (10:38 +0200)
README.md

index ea7b20a5c8f2c97a6a11311e0b37f8b6c75f2a5a..d0a1961d1ad930bd7fc22e4cc00c48d35f3b133c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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