From ca1b919d03250bbe62ebf32e3124d7c63f24275c Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Fri, 29 May 2015 16:49:44 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+), 0 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d18cbff --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# README # + +Online "perguntations". + +## System setup: + +``` +# create database in the directory db/ +initdb_from_csv.py siiue.csv +mkdir db +mv students.db db + +# update test configuration +vi demo/test.yaml # update students_db +mkdir logs # logs are stored here + +# run demo test +./serve demo/test.yaml + +### What is this repository for? ### + +* Quick summary +* Version +* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo) + +### How do I get set up? ### + +* Summary of set up +* Configuration +* Dependencies +* Database configuration +* How to run tests +* Deployment instructions + +### Contribution guidelines ### + +* Writing tests +* Code review +* Other guidelines + +### Who do I talk to? ### + +* Repo owner or admin +* Other community or team contact \ No newline at end of file -- libgit2 0.21.2