Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ CONTRIBUTOR_COVENANT.md
test/*
.nyc_output
.travis.yml
/data/dump/rwanda_database.sql
15 changes: 15 additions & 0 deletions data/dump/Install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Installing Rwanda Database on your local machine .


1. Download admin_entities.sql file in this directory .

2. put this file in your mysql bin folder (Windows), Linux put it in Home folder .

3. Create an empty database call it rwanda.

4. perform this command
```sql
mysqldumb -u <db username> -p rwanda>admin_engities.sql
```

5. Start to munipulate your database as you want .
159 changes: 159 additions & 0 deletions data/dump/rwanda_database.sql

Large diffs are not rendered by default.