https://github.com/arnauld/erlevator
https://github.com/arnauld/erlevator
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnauld/erlevator
- Owner: Arnauld
- Created: 2013-10-01T21:23:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-25T07:23:35.000Z (over 12 years ago)
- Last Synced: 2025-01-10T18:59:12.528Z (over 1 year ago)
- Language: Erlang
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Started
Compile the application using rebar:
./rebar get-deps compile
Start the application:
erl -pa ebin deps/*/ebin -s erlevator
Execute tests:
./rebar compile eunit skip_deps=true
Execute tests for dependencies too:
./rebar compile eunit
# Heroku
Deploy on Heroku
git push heroku master
Check logs
heroku logs --tail
Remote bash
heroku run bash
# Live?
http://elevator-scores.ybonnel.cloudbees.net/
http://elevator.retour1024.eu.cloudbees.net
#
Replace: ^.*app\[web\.1\]:.*\n
By: ''
^.*heroku\[router\]:.*path=([^ ]*) host(.*)$
# Links
* [cowboy](https://github.com/extend/cowboy): Small, fast, modular HTTP server written in Erlang
* [Create and Deploy Your Erlang / Cowboy Application on Heroku](http://roberto-aloi.com/blog/2013/07/13/create-deploy-erlang-cowboy-application-heroku/)
*