public
Description: Rails idioms + Django templates + Erlang platform = Chicago Boss
Homepage: http://www.chicagoboss.org/
Clone URL: git://github.com/evanmiller/ChicagoBoss.git
name age message
directory Controller/ Sat Oct 03 12:56:56 -0700 2009 R12B compatibility + major controller changes. ... [Evan Miller]
file Emakefile Thu Oct 01 14:59:43 -0700 2009 Updated documentation. [Evan Miller]
file Makefile Tue Sep 29 14:56:26 -0700 2009 Pulling in source of erlydtl and mochiweb. Als... [Evan Miller]
directory Model/ Sun Sep 27 18:34:59 -0700 2009 Initial commit of Chicago Boss. Includes a "He... [Evan Miller]
file README Sat Oct 03 12:56:56 -0700 2009 R12B compatibility + major controller changes. ... [Evan Miller]
file TODO Sun Sep 27 18:34:59 -0700 2009 Initial commit of Chicago Boss. Includes a "He... [Evan Miller]
directory View/ Thu Oct 01 19:27:27 -0700 2009 Updated the "Hello World" example code. Thanks... [Evan Miller]
file boss.config Sun Sep 27 18:34:59 -0700 2009 Initial commit of Chicago Boss. Includes a "He... [Evan Miller]
directory doc/ Mon Oct 19 06:58:59 -0700 2009 Fix potential atom memory leak. Don't convert ... [Evan Miller]
directory doc_templates/ Mon Oct 19 06:58:59 -0700 2009 Fix potential atom memory leak. Don't convert ... [Evan Miller]
directory include/ Thu Oct 01 15:55:08 -0700 2009 Forgot to include xmerl.hrl [Evan Miller]
directory src/ Sun Oct 25 07:17:44 -0700 2009 Allow binaries as keys in ErlyDTL [Evan Miller]
file start-dev.sh Tue Sep 29 14:56:26 -0700 2009 Pulling in source of erlydtl and mochiweb. Als... [Evan Miller]
file start.sh Tue Sep 29 14:56:26 -0700 2009 Pulling in source of erlydtl and mochiweb. Als... [Evan Miller]
file start_tyrant.sh Sun Sep 27 18:34:59 -0700 2009 Initial commit of Chicago Boss. Includes a "He... [Evan Miller]
directory static/ Thu Oct 01 19:27:27 -0700 2009 Updated the "Hello World" example code. Thanks... [Evan Miller]
README
= GETTING STARTED WITH CHICAGO BOSS =

Dependencies:

    * Erlang R12B or later -
        http://www.erlang.org/download.html

        Check with erlang:system_info(otp_release).

    * Tokyo Tyrant -
        http://1978th.net/tokyotyrant/

    ** You need Tyrant up and running with a Table database. **

Build Chicago Boss with "make".

Open up boss.config to set your database info and the port you want to run the
server on. When you're ready to rock and roll, run ./start-dev.sh in this
directory. There will be a lot of PROGRESS REPORTs which look scary but
hopefully everything is running smoothly. With this console you can interact
directly with the running server. Next, point your browser to:

http://localhost:8001/hello/world

If all is well you will see "Hello, World!" Now you can get busy. See the FAQ
and API files located in doc/.