From 18bc2937b5ccb14211a42db0cd96105bc8a5281c Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 7 Feb 2017 20:02:33 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4617e85..d3592c0 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file