Skip to content

Commit

Permalink
fix: update readme and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pratimakandel committed Jul 19, 2022
1 parent 17f8753 commit 091ca60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Nepal instance of [Wazimap](https://github.com/Code4SA/wazimap), a Django ap

You might need to install certain dependencies on Ubuntu before you can install dependencies via `pip` for the app.

- `sudo apt install -y libgdal-dev postgresql-server-dev-9.5`
- `sudo apt install -y libgdal-dev postgresql postgresql-contrib postgresql-client`
- `export C_INCLUDE_PATH=/usr/include/gdal`
- `export CPLUS_INCLUDE_PATH=/usr/include/gdal`

Expand All @@ -35,6 +35,11 @@ Run migrations to keep Django happy:
python manage.py migrate
```

Run upgrade tables
```
python manage.py upgradetables
```

Import data for all the tables:

```
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ django-cors-headers==3.1.0
gunicorn==19.5.0
django-pipeline==1.7.0
wazimap[gdal]==2.1.2
GDAL==3.2.2.1
GDAL==3.0.0
Shapely==1.7.0
whitenoise==4.1.2
SQLAlchemy==1.3.13
django-compressor==2.2
django-sass-processor==0.7.5
psycopg2-binary==2.8.6
psycopg2-binary==2.8.6
ecdsa==0.14.1

0 comments on commit 091ca60

Please sign in to comment.