stuartloxton / ChicagoBoss forked from evanmiller/ChicagoBoss
- Source
- Commits
- Network (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Stuart Loxton (author)
Thu Oct 08 08:42:20 -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 | Thu Oct 08 08:42:20 -0700 2009 | |
| |
doc/ | Sat Oct 03 19:13:54 -0700 2009 | |
| |
doc_templates/ | Sat Oct 03 19:13:54 -0700 2009 | |
| |
include/ | Thu Oct 01 15:55:08 -0700 2009 | |
| |
src/ | Thu Oct 08 08:42:20 -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/.
