Commit c8de491df9b7dbe9479dbbccc7c9fb9286ff3867

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

README.md edited online with Bitbucket

Showing 1 changed file with 6 additions and 1 deletions   Show diff stats
1 # README # 1 # README #
2 2
3 -Online "perguntations".  
4 3
5 ### Requirements: 4 ### Requirements:
6 5
@@ -14,9 +13,15 @@ Installed using `pip3`: @@ -14,9 +13,15 @@ Installed using `pip3`:
14 13
15 ### System setup: 14 ### System setup:
16 15
  16 +Open a terminal and navigate to a directory where this software is to be installed, e.g. `/var/www`. Then run the following commands:
  17 +
17 ``` 18 ```
18 #!bash 19 #!bash
19 20
  21 +# get the software using git
  22 +git clone https://mjsb@bitbucket.org/mjsb/perguntations.git
  23 +cd perguntations
  24 +
20 # create database in the directory db/ 25 # create database in the directory db/
21 initdb_from_csv.py siiue.csv 26 initdb_from_csv.py siiue.csv
22 mkdir db 27 mkdir db