-
Notifications
You must be signed in to change notification settings - Fork 3
an implementation from http://en.wikiversity.org/wiki/Web_Development_with_Webmachine_for_Erlang
MichaelBitard/test_webmachine_erlang
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project Skeleton for the prp 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 prp /ebin /prp.app : the Erlang app specification /src /prp_app.erl : base module for the Erlang application /prp_sup.erl : OTP supervisor for the application /prp_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: 0. Build the skeleton application: $ make - or - $ ./rebar compile 1. Start up the skeleton application: $ ./start.sh 2. Change the basic application: edit src/prp_resource.erl 3. Add some new resources: edit src/YOUR_NEW_RESOURCE.erl edit priv/dispatch.conf
About
an implementation from http://en.wikiversity.org/wiki/Web_Development_with_Webmachine_for_Erlang
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published