Commit d916b4ff14cedd95aff96a81293efbb1f7e19955

Authored by Miguel Barão
1 parent ca1b919d
Exists in master and in 1 other branch dev

README.md edited online with Bitbucket

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
@@ -4,7 +4,10 @@ Online "perguntations". @@ -4,7 +4,10 @@ Online "perguntations".
4 4
5 ## System setup: 5 ## System setup:
6 6
  7 +
7 ``` 8 ```
  9 +#!bash
  10 +
8 # create database in the directory db/ 11 # create database in the directory db/
9 initdb_from_csv.py siiue.csv 12 initdb_from_csv.py siiue.csv
10 mkdir db 13 mkdir db
@@ -17,6 +20,8 @@ mkdir logs # logs are stored here @@ -17,6 +20,8 @@ mkdir logs # logs are stored here
17 # run demo test 20 # run demo test
18 ./serve demo/test.yaml 21 ./serve demo/test.yaml
19 22
  23 +```
  24 +
20 ### What is this repository for? ### 25 ### What is this repository for? ###
21 26
22 * Quick summary 27 * Quick summary