stuartloxton / ChicagoBoss forked from evanmiller/ChicagoBoss

The no-nonsense MVC for Erlang

This URL has Read+Write access

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 Thu Oct 08 08:42:20 -0700 2009 Added basic HTTP logging (needs work but just a... [Stuart Loxton]
directory doc/ Sat Oct 03 19:13:54 -0700 2009 first_foo() and last_foo() for associations. -... [Evan Miller]
directory doc_templates/ Sat Oct 03 19:13:54 -0700 2009 first_foo() and last_foo() for associations. -... [Evan Miller]
directory include/ Thu Oct 01 15:55:08 -0700 2009 Forgot to include xmerl.hrl [Evan Miller]
directory src/ Thu Oct 08 08:42:20 -0700 2009 Added basic HTTP logging (needs work but just a... [Stuart Loxton]
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/.