Skip to content

Commit

Permalink
Merge pull request #2 from Yoomee/feature/update-readme-install
Browse files Browse the repository at this point in the history
add mount instruction to install process
  • Loading branch information
amy-yoomee authored Jun 16, 2016
2 parents b2dd8b2 + b88b296 commit 8768687
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ Trough.setup do |config|
end
```

### Add mount point to routes file

Put this line above the pig engine mount line in `config/routes.rb`

```
mount Trough::Engine => "/"
```

### Set S3 Environment Variables

Add Figaro so can use dev env vars
Expand Down

0 comments on commit 8768687

Please sign in to comment.