- 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