Skip to content

[unmaintained] erlang example using webmachine, hosted on heroku

Notifications You must be signed in to change notification settings

6/heroku-erlang-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prereqs

See directions here or use homebrew if you're on a Mac:

brew install erlang

Then install Heroku Toolbelt.

install

Clone this repo with git clone git://github.com/6/heroku-erlang-example.git

cd into it, and then:

make
foreman start

This will start the web server locally at http://localhost:5000

running on heroku with Heroku's erlang buildpack

heroku create
heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-erlang.git

Then just push it to heroku with git push heroku master

Or just use this button to deploy your own copy to Heroku: Deploy

About

[unmaintained] erlang example using webmachine, hosted on heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published