Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
Added more steps to create infra
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Gomes committed Dec 16, 2016
1 parent c5eee28 commit d8493d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Jarbas is in charge of making data from [CEAP](https://github.com/datasciencebr/
1. [Installing](#installing)
1. [Using Docker](#using-docker)
1. [Local install](#local-install)

## JSON API endpoints

### Reimbursement
Expand Down Expand Up @@ -128,10 +128,12 @@ There is also a [tapioca-wrapper](https://github.com/vintasoftware/tapioca-wrapp

### Using Docker

If you have [Docker](https://docs.docker.com/engine/installation/) (with [Docker Compose](https://docs.docker.com/compose/install/)) and make, jusr run:
If you have [Docker](https://docs.docker.com/engine/installation/) (with [Docker Compose](https://docs.docker.com/compose/install/)) and make, just run:

```console
$ docker-compose up -d
$ docker-compose up -d --build
$ docker-compose run --rm jarbas python manage.py migrate
$ docker-compose run --rm jarbas python manage.py ceapdatasets
```


Expand Down Expand Up @@ -244,4 +246,4 @@ $ python manage.py test

#### Ready!

Run the server with `$ python manage.py runserver` and load [localhost:8000](http://localhost:8000) in your favorite browser.
Run the server with `$ python manage.py runserver` and load [localhost:8000](http://localhost:8000) in your favorite browser.

0 comments on commit d8493d6

Please sign in to comment.