Skip to content

Commit

Permalink
style on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfede committed Jan 31, 2017
1 parent eade1ba commit bbb10a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- `docker-compose run --rm django bash initdb/init.sh`

this populates the db with data and sets up postgis. change the default .osm file accordingly for whatever zone you prefer, as well as the db name, etc.

- `docker-compose up`

your project should be up on localhost:8000, you can try to make a query like:
Expand All @@ -24,7 +24,7 @@
TODO


## deploy to production
### deploy to production

- need to define the following env variables: ` POSTGRES_USER, PGPASSWORD, DJANGO_SECRET_KEY `

Expand Down

0 comments on commit bbb10a3

Please sign in to comment.