Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #826 from arasbm/development
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
stenington committed Apr 10, 2013
2 parents 1e5d7a7 + 1da134e commit 2311253
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -122,13 +122,15 @@ and then back in windows you can fire up your favourite browser and connect to t
database: 'openbadges'
},

3. Install local dependencies: `npm install`
3. Install external tools:
* [PhantomJS](http://phantomjs.org): We use PhantomJS for running unit tests. On a debian based Linux system you can run `sudo apt-get install phantomjs` to install and run `phantomjs --version` to check it is installed. For other systems you can try [downloading](http://phantomjs.org/download.html) and installing it or [building it from source](http://phantomjs.org/build.html).
4. Install local dependencies: `npm install`

4. Install submodules: `git submodule update --init`
5. Install submodules: `git submodule update --init`

5. Run the test suite: `npm test`
6. Run the test suite: `npm test`

6. Start your server: `npm start`
7. Start your server: `npm start`

No matter which way you choose, you should join the
[Open Badges Google Group](https://groups.google.com/forum/#!forum/openbadges). If
Expand Down

0 comments on commit 2311253

Please sign in to comment.