Skip to content

Commit

Permalink
Merge branch 'deployment-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jul 6, 2015
2 parents 22efee7 + ef9e17d commit 3b4ad38
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 64 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.idea/
/*.tgz
/.env
/doc/*.png
/node_modules/
/res/bower_components/
/res/build/
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You should now have a working installation for local development.

## Running

STF comprises of several independent processes that must normally be launched separately. In our own setup each one these processes is its own [systemd](http://www.freedesktop.org/wiki/Software/systemd/) unit.
STF comprises of several independent processes that must normally be launched separately. In our own setup each one these processes is its own [systemd](http://www.freedesktop.org/wiki/Software/systemd/) unit. See [DEPLOYMENT.md](doc/DEPLOYMENT.md) if you're interested.

For development purposes, however, there's a helper command to quickly launch all required processes along with a mock login implementation. Note that you **must** have RethinkDB running first.

Expand Down Expand Up @@ -140,6 +140,10 @@ To update your development version, simply pull the repo and run `npm install` a

## FAQ

### Can I deploy STF to actual servers?

Yes, see [DEPLOYMENT.md](doc/DEPLOYMENT.md).

### Will I have to change battery packs all the time?

Nope, we've had many devices running since the initial prototype phase about two years ago, and we've only had a single incident so far. The battery expanded causing the casing to split from the seams. The device itself was working fine and reporting full battery health, but it was discarded due to safety reasons.
Expand Down
Loading

0 comments on commit 3b4ad38

Please sign in to comment.