From 103f23615b3a2d623acaf6562c52134ca305246d Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Fri, 11 Mar 2016 00:24:43 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb89b2b..55bbef4 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,18 @@ cd WHERE/TO/PUT/THE/SOFTWARE git clone https://mjsb@bitbucket.org/mjsb/perguntations.git cd perguntations -# create database in the directory db/ +# create database (if no csv file is provided, a database with 5 fake students is created for debugging) ./initdb_from_csv.py YOUR_CSV_FILE_HERE -mkdir db -mv students.db db +mv students.db SOMEWHERE # update test configuration with the correct database file. vi demo/test.yaml # Edit line 7 to something like -# database: db/students.db +# database: SOMEWHERE/students.db + +# edit server configuration +vi config/server.conf +# Edit lines 26--27 to point to the desired log files location. # get help ./serve.py --help -- libgit2 0.21.2