Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tswicegood/erlyweb

ErlyWeb: The Erlang Twist on Web Frameworks
https://github.com/tswicegood/erlyweb

Last synced: 12 days ago
JSON representation

ErlyWeb: The Erlang Twist on Web Frameworks

Awesome Lists containing this project

README

        

Author: Yariv Sadan ([email protected], 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

./configure
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).