Commit ca1b919d03250bbe62ebf32e3124d7c63f24275c
1 parent
2290803d
Exists in
master
and in
1 other branch
README.md edited online with Bitbucket
Showing
1 changed file
with
44 additions
and
0 deletions
Show diff stats
| @@ -0,0 +1,44 @@ | @@ -0,0 +1,44 @@ | ||
| 1 | +# README # | ||
| 2 | + | ||
| 3 | +Online "perguntations". | ||
| 4 | + | ||
| 5 | +## System setup: | ||
| 6 | + | ||
| 7 | +``` | ||
| 8 | +# create database in the directory db/ | ||
| 9 | +initdb_from_csv.py siiue.csv | ||
| 10 | +mkdir db | ||
| 11 | +mv students.db db | ||
| 12 | + | ||
| 13 | +# update test configuration | ||
| 14 | +vi demo/test.yaml # update students_db | ||
| 15 | +mkdir logs # logs are stored here | ||
| 16 | + | ||
| 17 | +# run demo test | ||
| 18 | +./serve demo/test.yaml | ||
| 19 | + | ||
| 20 | +### What is this repository for? ### | ||
| 21 | + | ||
| 22 | +* Quick summary | ||
| 23 | +* Version | ||
| 24 | +* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) | ||
| 25 | + | ||
| 26 | +### How do I get set up? ### | ||
| 27 | + | ||
| 28 | +* Summary of set up | ||
| 29 | +* Configuration | ||
| 30 | +* Dependencies | ||
| 31 | +* Database configuration | ||
| 32 | +* How to run tests | ||
| 33 | +* Deployment instructions | ||
| 34 | + | ||
| 35 | +### Contribution guidelines ### | ||
| 36 | + | ||
| 37 | +* Writing tests | ||
| 38 | +* Code review | ||
| 39 | +* Other guidelines | ||
| 40 | + | ||
| 41 | +### Who do I talk to? ### | ||
| 42 | + | ||
| 43 | +* Repo owner or admin | ||
| 44 | +* Other community or team contact | ||
| 0 | \ No newline at end of file | 45 | \ No newline at end of file |