diff options
author | ankitjavalkar | 2017-12-29 16:49:21 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-01-04 11:37:21 +0530 |
commit | c873adbf3bf94564dbc64ff3bced722dabc6fdc3 (patch) | |
tree | 29d731e14133242b99fde29ab9008cd6a57dbd70 /README_production.rst | |
parent | 9a67cce12061fe63b526fdfbe03a03f6e859a044 (diff) | |
download | online_test-c873adbf3bf94564dbc64ff3bced722dabc6fdc3.tar.gz online_test-c873adbf3bf94564dbc64ff3bced722dabc6fdc3.tar.bz2 online_test-c873adbf3bf94564dbc64ff3bced722dabc6fdc3.zip |
Change README and tasks.py
Diffstat (limited to 'README_production.rst')
-rw-r--r-- | README_production.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/README_production.rst b/README_production.rst index 28b756e..1438dcd 100644 --- a/README_production.rst +++ b/README_production.rst @@ -17,7 +17,14 @@ Pre-Requisite 1. Ensure `pip <https://pip.pypa.io/en/latest/installing.html>`__ is installed -2. Install dependencies using pip install -r requirements.txt +2. Install dependencies, Run; + + :: + + pip install -r requirements/requirements-py2.txt # For Python 2 + + pip3 install -r requirements/requirements-py3.txt # For Python 3 + 3. Install MySql Server 4. Install Python MySql support 5. Install Apache Server for deployment @@ -241,11 +248,6 @@ Follow these steps to deploy and run the Django Server, MySQL instance and Code 5. Use ``invoke deploy --fixtures`` to load the fixtures -6. Create the superuser and moderator group - :: - - invoke createsuperuser - 7. Stop the containers :: |