Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Nov 25, 2019
1 parent 8607d7c commit a0046e4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Collects data from meeting minutes allowing you-specific filters.
Currently only works for Saint Paul meeting data from https://stpaul.legistar.com/Calendar.aspx, but the aim of the project is to make it easily adaptable for other entities.

## Development setup
### Database
By default development and test will use PostgreSQL. See config/database.yml for commented-out SQLite configuration.

### Install
```bash
bundle install
RAILS_ENV=development bin/rails db:migrate
Expand Down Expand Up @@ -138,7 +142,12 @@ Run this whenever you want to seed/re-seed the development database. This will e
docker-compose run web bin/rake db:migrate
```

### ssh to container
### Run Application
```bash
docker-compose run web bin/rake scrape_saint_paul
```

### ssh to Container
```bash
docker exec -it minutes_maid_web_1 /bin/bash
```

0 comments on commit a0046e4

Please sign in to comment.