Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkwidmer committed Dec 26, 2014
1 parent 0cc54b2 commit 4bb050d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ https://www.vagrantup.com/downloads
* In the repo dir: <code>vagrant up</code> (Safely ignore: 'dpkg-preconfigure: unable to re-open stdin: No such file or directory')
* If changes have been made since running vagrant up: <code>vagrant provision</code>
* To login to the machine: <code>vagrant ssh</code>
* `cd /vagrant/refugerestrooms` to navigate to the refuge directory. This allows you to run `rails console`, `rails s`, run migrations etc.

### 4 Optional tasks:
run <code>rake db:fix_accents</code> to clean up encoding problems in the safe2pee data. (Use <code>rake db:fix_accents[dry_run]</code> to preview the changes.)
Expand Down

0 comments on commit 4bb050d

Please sign in to comment.