seth / sherl
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
58d02a7
Seth Falcon (author)
Wed Jul 01 21:37:56 -0700 2009
commit 58d02a7ac0655fa4a8e95f6366f5524119658bd2
tree 95fc5e930e31b760df220d4503fe22e951c9fced
parent e89de45fd7f396cf2cad25f305f7f185c0fb7a10
tree 95fc5e930e31b760df220d4503fe22e951c9fced
parent e89de45fd7f396cf2cad25f305f7f185c0fb7a10
sherl /
README
sherl - URL Shortening Service in Erlang ======================================== Sherl is a URL shortening service. For details see the following posts: * http://userprimary.net/user/2009/06/15/writing-a-url-shortening-service-in-erlang-part-1/ * http://userprimary.net/user/2009/06/15/writing-a-url-shortening-service-in-erlang-part-2/ * http://userprimary.net/user/2009/06/15/writing-a-url-shortening-service-in-erlang-part-3/ * http://userprimary.net/user/2009/06/15/writing-a-url-shortening-service-in-erlang-part-4/ Dependencies ------------ * Erlang * webmachine http://bitbucket.org/justin/webmachine/wiki/Home * GNU Make Getting Started --------------- 1. Download webmachine. Unpack and run make at the top level. 2. Create a symbolic link lib/sherlweb/deps/webmachine pointing to your top-level installation of webmachine. 3. run make 4. cd lib/sherlweb && ./start-dev.sh 5. sherl should be waiting for you at http://localhost:8000/

