diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-26 21:46:06 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-08-26 21:46:06 +0200 |
commit | e34c56f50221f37436ed4fd2044029e788a14e5f (patch) | |
tree | d0932a52c8d4f262f8374ab9f130961943466db0 | |
parent | Bugfix. (diff) | |
download | newspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.tar.gz newspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.tar.bz2 newspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.zip |
Updated README.
-rw-r--r-- | README.rst | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 <https://pyaggr3g470r.herokuapp.com>`_. .. 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=<your-recaptcha-public-key> $ heroku config:set RECAPTCHA_PRIVATE_KEY=<your-recaptcha-private-key> $ heroku config:set NOTIFICATION_EMAIL=<notification-email> + $ heroku config:set POSTMARK_API_KEY=<your-postmark-api-key> $ heroku addons:add postmark:10k `Postmark <https://postmarkapp.com/>`_ 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: |