Skip to content

dipthegeezer/erldslabb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erldslabb

dslabb in erlang with backbone.js

Project Skeleton for the erldslabb app.

You should find in this directory:

README : this file Makefile : simple make commands rebar : the Rebar build tool for Erlang applications rebar.config : configuration for Rebar start.sh : simple startup script for running erldslabb /ebin /erldslabb.app : the Erlang app specification /src /erldslabb_app.erl : base module for the Erlang application /erldslabb_sup.erl : OTP supervisor for the application /erldslabb_resource.erl : a simple example Webmachine resource /priv /dispatch.conf : the Webmachine URL-dispatching table /www : a convenient place to put your static web content

You probably want to do one of a couple of things at this point:

  1. Build the skeleton application: $ make

    • or - $ ./rebar compile
  2. Start up the skeleton application: $ ./start.sh

  3. Change the basic application: edit src/erldslabb_resource.erl

  4. Add some new resources: edit src/YOUR_NEW_RESOURCE.erl edit priv/dispatch.conf

About

dslabb in erlang with backbone.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published