mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-28 03:39:13 +02:00
Added basic README installation steps.
This commit is contained in:
27
README.md
27
README.md
@@ -1 +1,26 @@
|
||||
# STF
|
||||
# STF
|
||||
|
||||
### Requeriments
|
||||
|
||||
- NodeJS
|
||||
- Bower
|
||||
- RethinkDB
|
||||
|
||||
### Install
|
||||
|
||||
- `brew install rethinkdb`
|
||||
- `npm install -g bower`
|
||||
- `npm install`
|
||||
- `bower install`
|
||||
- `npm link`
|
||||
|
||||
### Run
|
||||
|
||||
- `rethinkdb`
|
||||
- `stf local`
|
||||
|
||||
### Update
|
||||
|
||||
- `git pull`
|
||||
- `npm install`
|
||||
- `bower install`
|
||||
|
||||
Reference in New Issue
Block a user