mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
29 lines
337 B
Markdown
29 lines
337 B
Markdown
# STF
|
|
|
|
### Requeriments
|
|
|
|
- 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`
|