README.md edited online with Bitbucket
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Henry Pump Datalogger Website #
|
||||
|
||||
## Installation ##
|
||||
|
||||
### Prerequisites ###
|
||||
|
||||
```
|
||||
#!bash
|
||||
|
||||
sudo apt-get install build-essential python-dev libssl-dev libffi-dev
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### DataLogger Website ###
|
||||
|
||||
```
|
||||
#!bash
|
||||
|
||||
chmod +x start.sh
|
||||
chmod +x webserver.sh
|
||||
sudo cp webserver.sh /etc/init.d/webserver
|
||||
sudo update-rc.d webserver defaults
|
||||
```
|
||||
Reference in New Issue
Block a user