summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorCruiseDevice2018-09-28 15:31:40 +0530
committerCruiseDevice2018-09-28 15:31:40 +0530
commit0083475db5652e9817436980984c6ebf83857382 (patch)
tree1ddabe71707f9e98dab72250f80ae2ee13feffb2 /README.rst
parent4be0d0d89bf8ad0f6a012d1578af181fe5f83b0c (diff)
downloadsbhs_server-0083475db5652e9817436980984c6ebf83857382.tar.gz
sbhs_server-0083475db5652e9817436980984c6ebf83857382.tar.bz2
sbhs_server-0083475db5652e9817436980984c6ebf83857382.zip
add README.rst
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..2e84876
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,23 @@
+SINGLE BOARD HEATER SYSTEM
+==========================
+
+INSTALLATION GUIDE
+~~~~~~~~~~~~~~~~~~
+
+1. Clone from github server - https://github.com/CruiseDevice/sbhs_server
+2. Create a virtual environment, using command `virtualenv` and activate
+ the virtualenv. We recommend using Python 3.::
+ virtualenv myenv -p python3
+ source myenv/bin/activate
+
+3. Install necessary packages from requirements.txt using command::
+ pip install -r requirements.txt
+4. Make first migrations by using the commands ::
+ python manage..py makemigrations
+ python manage..py migrate
+5. Please fill in the necessary information in the file
+ ``sbhs_server/credentials.py``.
+6. In ``sbhs_server/settings.py``, fill in the following details -
+ a. If SBHS devices are connected to a cluster of Raspberry Pis
+ or other similar machines, enter the raspberry pi IPs in the
+ variable ``RASP_PI_IP``.