aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-26 21:46:06 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-26 21:46:06 +0200
commite34c56f50221f37436ed4fd2044029e788a14e5f (patch)
treed0932a52c8d4f262f8374ab9f130961943466db0 /README.rst
parentBugfix. (diff)
downloadnewspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.tar.gz
newspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.tar.bz2
newspipe-e34c56f50221f37436ed4fd2044029e788a14e5f.zip
Updated README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 10 insertions, 1 deletions
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 <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:
bgstack15