1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00
Android remote access
Find a file
2014-06-04 18:57:20 +09:00
bin Apparently Linux doesn't allow multiple arguments in shebang. Removing --harmony flag as it's currently unused anyway, and switching to Promise.longStackTraces(). 2014-01-30 13:52:10 +09:00
doc Update topo ditaa graph. 2014-01-29 21:11:45 +09:00
lib Add a new command to generate fake devices for testing. 2014-06-04 18:57:20 +09:00
res Starting to add build targets for common status page. 2014-06-04 18:45:11 +09:00
test Fix major oversight in MessageStream that was causing multi-chunk messages to fail. 2014-04-01 17:54:31 +09:00
vendor Update STFService to 0.7.3 to fix browser list getting updated all the time. 2014-05-23 11:20:22 +09:00
.editorconfig Minimal start with a custom logger and device tracker. 2014-01-07 10:55:41 +09:00
.gitignore Update ignore files. Lines are sorted alphabetically. 2014-05-12 11:12:07 +09:00
.jshintrc Add a separate .jshintrc for client-side code. 2014-05-13 16:10:56 +09:00
.npmignore Update ignore files. Lines are sorted alphabetically. 2014-05-12 11:12:07 +09:00
.yo-rc.json Adding brand new generator-stf 2014-03-18 21:31:01 +09:00
bower.json Updated bower dependencies. 2014-06-03 19:18:35 +09:00
component.json - Renamed 'lib' to 'bower_components' because we need to easily differentiate npm/component/bower packages. 2014-03-10 19:58:04 +09:00
gulpfile.js Starting to add build targets for common status page. 2014-06-04 18:45:11 +09:00
README.md Typo 2014-06-02 11:42:44 +09:00
webpack.config.js Update to Socket.IO 1.0. 2014-06-03 19:00:43 +09:00

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