This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
sherl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 01 19:38:55 -0700 2009 | |
| |
LICENSE | Wed Jul 01 19:26:18 -0700 2009 | |
| |
Makefile | Wed Jul 01 19:26:19 -0700 2009 | |
| |
README | Wed Jul 01 22:15:34 -0700 2009 | |
| |
lib/ | Wed Jul 01 19:38:55 -0700 2009 |
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/18/writing-a-url-shortening-service-in-erlang-part-2/ * http://userprimary.net/user/2009/06/20/writing-a-url-shortening-service-in-erlang-part-3/ * http://userprimary.net/user/2009/06/29/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/







