We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a814c7 commit 5274131Copy full SHA for 5274131
README.md
@@ -23,9 +23,12 @@ and switch to another environment if you don't like the one you started with.
23
24
Steps after getting a VCL reservation
25
* Clone the code
26
- * Run setup.sh
27
- * Run gem install bundler -v 1.16.6
28
- * bundle install
+ * Run `bash setup.sh`
+ * Run `sudo gem install bundler -v 1.16.6`
+ * Run `bundle install`
29
+ * Open `config/database.yml` and add the password as `expertiza`
30
+ * Run `rails db:migrate`
31
+ * Run `rails s`
32
33
34
### Installing locally
0 commit comments