• Stars
    star
    154
  • Rank 234,678 (Top 5 %)
  • Language
    Erlang
  • License
    Other
  • Created over 15 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Erlang twist on web frameworks
Author: Yariv Sadan ([email protected])
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.


=== 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).