Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tswicegood/erlyweb
- Owner: tswicegood
- License: other
- Created: 2008-06-11T18:59:05.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2008-10-05T09:00:29.000Z (about 16 years ago)
- Last Synced: 2024-04-14T14:50:14.170Z (7 months ago)
- Language: Erlang
- Homepage: http://erlyweb.org
- Size: 688 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
- License: LICENSE.TXT
Awesome Lists containing this project
README
Author: Yariv Sadan ([email protected], http://yarivsblog.com)
Date: 10/27/2006ErlyWeb 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 installThis assumes you have yaws installed under your Erlang lib directory (which you can find by calling code:lib_dir() in the Erlang shell).