summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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``.