Skip to content

Commit 5274131

Browse files
authored
Update README.md
1 parent 6a814c7 commit 5274131

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ and switch to another environment if you don't like the one you started with.
2323

2424
Steps after getting a VCL reservation
2525
* Clone the code
26-
* Run setup.sh
27-
* Run gem install bundler -v 1.16.6
28-
* bundle install
26+
* Run `bash setup.sh`
27+
* Run `sudo gem install bundler -v 1.16.6`
28+
* Run `bundle install`
29+
* Open `config/database.yml` and add the password as `expertiza`
30+
* Run `rails db:migrate`
31+
* Run `rails s`
2932

3033

3134
### Installing locally

0 commit comments

Comments
 (0)