Skip to content
forked from cadar/lithium

Trying out nitrogen with lfe (= erlang + lisp + web framework)

Notifications You must be signed in to change notification settings

agravitis/lfeweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LFEweb strive to bring LFE to the web, using Nitrogen.

Status: At the moment there are only one file (wf.lfe) and this installation guide.



Installation guide
------------------

1. Retrive Erlang*, LFE** and Nitrogen***.
2. Run the following commands:

nitrogen create myproject
cd ~/myproject 
git clone git://github.com/cadar/lfeweb.git
echo include lfeweb/include.mk >> Makefile
cp lfeweb/web_blog1.lfe ~/myproject/src/pages/
make
sh start.sh
curl http://localhost:8080/web/blog1



*   http://erlang.org/download.html
**  http://github.com/rvirding/lfe/tree/master
*** http://github.com/rklophaus/nitrogen/tree/master

About

Trying out nitrogen with lfe (= erlang + lisp + web framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%