aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-25 07:44:04 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-03-25 07:44:04 +0100
commit8971cbed055ea19c0e0d507e8a38e013c2decc10 (patch)
tree9b3c20f3c48270cbc43af42dfaf3e44dea53eb71 /documentation
parentImproved the installation script (not yet tested). (diff)
downloadnewspipe-8971cbed055ea19c0e0d507e8a38e013c2decc10.tar.gz
newspipe-8971cbed055ea19c0e0d507e8a38e013c2decc10.tar.bz2
newspipe-8971cbed055ea19c0e0d507e8a38e013c2decc10.zip
Improved installation script (tested with PostgreSQL, problem with SQLite because pysqlite is not yet ported to Python 3).
Diffstat (limited to 'documentation')
-rw-r--r--documentation/deployment.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/documentation/deployment.rst b/documentation/deployment.rst
index c95dfe91..158eda7d 100644
--- a/documentation/deployment.rst
+++ b/documentation/deployment.rst
@@ -102,7 +102,6 @@ Finally:
.. code-block:: bash
- $ python manager.py db_create
$ python runserver.py
* Running on http://0.0.0.0:5000/
* Restarting with reloader
bgstack15