dirceu / erlyweb forked from yariv/erlyweb

The Erlang twist on web frameworks

This URL has Read+Write access

commit  b960ccab5d930af75024644e5cb7cc5dbfe6663d
tree    b2eff8d57ad8c279b36bbebeff2ad626d3a56244
parent  f2b4b4a4d72292990c3086378f267e563d5e1744
name age message
file CHANGELOG.txt Tue Dec 25 01:34:26 -0800 2007 documentation changes [yarivvv]
file LICENSE.TXT Sun Jan 28 18:43:59 -0800 2007 updated LICENSE.txt to explicitly include the M... [yarivvv]
file Makefile Loading commit data...
file README.txt
directory doc/
directory examples/
file make.bat Sat Jan 27 14:10:33 -0800 2007 added Windows make files [yarivvv]
file make.sh
file make_erlyweb.erl Sat Jan 27 14:10:33 -0800 2007 added Windows make files [yarivvv]
directory scripts/ Tue Jan 16 11:38:26 -0800 2007 added the create_app script [yarivvv]
directory src/
directory test/ Tue Oct 02 16:28:42 -0700 2007 erlydb:code_gen/3 should be called instead of c... [haoboy]
README.txt
Author: Yariv Sadan (yarivsblog@gmail.com, http://yarivsblog.com)
Date: 10/27/2006

ErlyWeb is a web development framework for Erlang. It lets you quickly and easily build database-driven webapps 
following the MVC pattern.

For more information, visit http://erlyweb.org.


=== Installation instructions ===

In the ErlyWeb directory, execute

make
sudo make install


This assumes you have yaws installed under your Erlang lib directory (which you can find by calling code:lib_dir() in 
the Erlang shell).