You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Step 4: Install javascript dependencies using `npm`
90
+
### Step 2: Install javascript dependencies using `npm`
84
91
* Use [npm](https://www.npmjs.com/) to install all of the javascript dependencies for WSO:
85
92
86
93
`npm install`
@@ -92,7 +99,7 @@ If you need to update rails, you can run `bundle update rails`. If you run into
92
99
#### Phantomjs
93
100
[Phantomjs](http://phantomjs.org/) is used to run tests. [Here are detailed instructions for installing it.](development_environment_set_up.md#phantomjs)
94
101
95
-
### Step 5: Request the .env file and confirm your locale
102
+
### Step 3: Request the .env file and confirm your locale
96
103
97
104
* You'll have to get the `.env` file from one of the admins: @tansaku or @diraulo. The project won't work without it. You can send them a direct message (DM) on Slack. The `.env` file should go in the root of the WSO project.
98
105
* Add the following to that file:
@@ -110,13 +117,13 @@ the above are test keys from https://developers.google.com/recaptcha/docs/faq
110
117
111
118
112
119
113
-
### Step 6: Set up the database
120
+
### Step 4: Set up the database
114
121
115
122
* Run the rake command to set up the database. Be sure to use `bundle exec` so that the gems specific to this project (listed in the Gemfile) are used:
116
123
117
124
`bundle exec rake db:setup`
118
125
119
-
### Step 7: Run the tests
126
+
### Step 5: Run the tests
120
127
121
128
Now you're ready to run the tests:
122
129
@@ -126,7 +133,7 @@ Now you're ready to run the tests:
126
133
127
134
Discuss any errors with the team on Slack, in a scrum, or in mob or pair programming.
0 commit comments