1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/README.md
Simo Kinnunen 1095c1ba97 Typo
2014-06-02 11:42:44 +09:00

29 lines
337 B
Markdown

# STF
### Requirements
- NodeJS
- Bower
- RethinkDB
### Install
- `brew install rethinkdb`
- Make internal npm work
- `brew install protobuf`
- `brew install zmq`
- `npm install -g bower`
- `npm install`
- `bower install`
- `npm link`
### Run
- `rethinkdb`
- `stf local`
### Update
- `git pull`
- `npm install`
- `bower install`