hassy / lithium forked from cadar/lithium
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
teligent (author)
Wed Sep 16 09:59:17 -0700 2009
commit c2497981f4d3a9130a738034818dfdaf30998a00
tree 99b7df9413835990ba9a703b663fb1c7f1dc1d1d
parent 5441a0cd72a92813a296daab6a65a4e08b2be4aa
tree 99b7df9413835990ba9a703b663fb1c7f1dc1d1d
parent 5441a0cd72a92813a296daab6a65a4e08b2be4aa
lithium /
README
Lithium is a project template for building web applications with Nitrogen using sexps(LFE). Nitrogen - Nitrogen is an event-driven, Ajax enabled web framework for Erlang. LFE - Lisp Flavoured Erlang, is a lisp syntax front-end to the Erlang compiler. Erlang - A functional language used to build high available telephone switches. Install ------- git clone git://github.com/cadar/lithium.git cd lithium make init make start curl localhost:8000/web/blog If you don't have the latest erlang type "make erlang", then it will install in your project folder without effecting your system. Troubleshooting --------------- "Makefile", line 1: Need an operator -> Try using gmake. * http://github.com/rvirding/lfe/tree/master ** http://github.com/rklophaus/nitrogen/tree/master *** http://code.google.com/p/mochiweb

