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