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 (
Evan Miller (author)
Sun Oct 25 07:17:44 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
Controller/ | Sat Oct 03 12:56:56 -0700 2009 | |
| |
Emakefile | Thu Oct 01 14:59:43 -0700 2009 | |
| |
Makefile | Tue Sep 29 14:56:26 -0700 2009 | |
| |
Model/ | Sun Sep 27 18:34:59 -0700 2009 | |
| |
README | Sat Oct 03 12:56:56 -0700 2009 | |
| |
TODO | Sun Sep 27 18:34:59 -0700 2009 | |
| |
View/ | Thu Oct 01 19:27:27 -0700 2009 | |
| |
boss.config | Sun Sep 27 18:34:59 -0700 2009 | |
| |
doc/ | Mon Oct 19 06:58:59 -0700 2009 | |
| |
doc_templates/ | Mon Oct 19 06:58:59 -0700 2009 | |
| |
include/ | Thu Oct 01 15:55:08 -0700 2009 | |
| |
src/ | Sun Oct 25 07:17:44 -0700 2009 | |
| |
start-dev.sh | Tue Sep 29 14:56:26 -0700 2009 | |
| |
start.sh | Tue Sep 29 14:56:26 -0700 2009 | |
| |
start_tyrant.sh | Sun Sep 27 18:34:59 -0700 2009 | |
| |
static/ | Thu Oct 01 19:27:27 -0700 2009 |
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/.







