![Build Status](https://camo.githubusercontent.com/e2059f030e45f3c0e8f42f2a2ac0e3740659307368cb3a350784ae9c34a3d42a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7472616e7365652d696e2f6261636b656e642e737667)
- Install Erlang on your server
- Add authentication via ssh keys,
~/.ssh/config
:
Host transee
HostName 127.0.0.1
User transee
IdentityFile ~/.ssh/id_rsa
- Clone this repo into
~/apps/transee
- Exec
# for the first deploy on server
$ make get-deps compile release start-release
# for other deploys exec this on your local machine from app root
$ make deploy
- Setup nginx to listen
127.0.0.1:8000
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
)
- Commit your changes (
git commit -am 'add some feature'
)
- Push to the branch (
git push origin my-new-feature
)
- Create new Pull Request