diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81d48416..b818b7ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ https://www.vagrantup.com/downloads * In the repo dir: vagrant up (Safely ignore: 'dpkg-preconfigure: unable to re-open stdin: No such file or directory') * If changes have been made since running vagrant up: vagrant provision * To login to the machine: vagrant ssh + * `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 rake db:fix_accents to clean up encoding problems in the safe2pee data. (Use rake db:fix_accents[dry_run] to preview the changes.)