updated README.md to include prereqs section

This commit is contained in:
Chris Karlof 2013-09-13 15:13:59 -07:00
Родитель a41f93c803
Коммит ad02d88a75
1 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -6,6 +6,13 @@ This is a Node.js server which implements the Persona identity provider (IdP) pr
It allows users to sign in to Firefox Accounts (aka PICL).
It consumes the REST API which PICL provides.
## Prerequisites
* node 0.10.x or higher
* npm
* Java
* [Selenium Server Standalone 2.35.0](http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar)
## Development Setup
```
@ -15,14 +22,13 @@ npm start
## Testing
* Download: [Selenium Server Standalone 2.35.0](http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar)
* Run in the background: `java -jar selenium-server-standalone-2.35.0.jar`
* TDD: `npm test`
* Functional: `npm run-script test-functional`
* Server test: `npm run-script test-server` (Selenium server not required)
## Persona Bridge Development Setup
## Persona Bridge Setup
### One Time Setup