README.md edited online with Bitbucket

This commit is contained in:
Patrick McDonagh
2017-02-07 20:02:33 +00:00
parent aef753a3e8
commit 18bc2937b5

View File

@@ -20,4 +20,13 @@ chmod +x start.sh
chmod +x webserver.sh
sudo cp webserver.sh /etc/init.d/webserver
sudo update-rc.d webserver defaults
```
### Database Setup ###
To set up the database and seed the POC tag data into the database run:
```
#!bash
python setupdb.py seed
```