From e34c56f50221f37436ed4fd2044029e788a14e5f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 26 Aug 2014 21:46:06 +0200 Subject: Updated README. --- README.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1beb338e..0fbfab98 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,9 @@ After installation, you will be able to connect with the email *root@pyAggr3g470 Deploying the application on Heroku ''''''''''''''''''''''''''''''''''' +The geek way +~~~~~~~~~~~~ + An instance of pyAggr3g470r is running `here `_. .. code:: bash @@ -60,11 +63,17 @@ To enable account creation for users, you have to set some environment variables $ heroku config:set RECAPTCHA_PUBLIC_KEY= $ heroku config:set RECAPTCHA_PRIVATE_KEY= $ heroku config:set NOTIFICATION_EMAIL= + $ heroku config:set POSTMARK_API_KEY= $ heroku addons:add postmark:10k `Postmark `_ is used to send account confirmation links. -If you don't want to open your platform you will be still able to create accounts via the administration page. +If you don't want to open your platform just set *SELF_REGISTRATION* to 0. +You will be still able to create accounts via the administration page. + + +The simple way +~~~~~~~~~~~~~~ Alternatively, you can deploy your own copy of the app using this button: -- cgit