CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 20:22:55 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214144907
location: https://web.archive.org/web/20100214144907/https://github.com/evanmiller/ChicagoBoss
server-timing: captures_list;dur=0.634963, exclusion.robots;dur=0.026554, exclusion.robots.policy;dur=0.013992, esindex;dur=0.012496, cdx.remote;dur=13.726600, LoadShardBlock;dur=212.068270, PetaboxLoader3.datanode;dur=80.943296, PetaboxLoader3.resolve;dur=104.446099
x-app-server: wwwb-app204
x-ts: 302
x-tr: 267
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 20:22:55 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 14:49:07 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "78722d42b27364754e748b8ab5800043"
x-archive-orig-x-runtime: 104ms
x-archive-orig-content-length: 29984
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 14 Feb 2010 14:49:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 29 Oct 2009 15:59:21 GMT", ; rel="prev memento"; datetime="Sat, 13 Feb 2010 21:53:43 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 14:49:07 GMT", ; rel="next memento"; datetime="Wed, 14 Apr 2010 04:18:38 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 14:37:48 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100214132233-00708-ia360920-c/TLA-20100214141805-00806-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.498532, exclusion.robots;dur=0.020765, exclusion.robots.policy;dur=0.009680, esindex;dur=0.010150, cdx.remote;dur=46.338997, LoadShardBlock;dur=372.015934, PetaboxLoader3.datanode;dur=100.059998, PetaboxLoader3.resolve;dur=385.356666, load_resource;dur=140.337443
x-app-server: wwwb-app204
x-ts: 200
x-tr: 620
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
evanmiller's ChicagoBoss at master - GitHub
This service is courtesy of Pledgie.
evanmiller / ChicagoBoss
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Rails idioms + Django templates + Erlang platform = Chicago Boss — Read more

Evan Miller (author)
Sun Oct 25 07:17:44 -0700 2009
README
= GETTING STARTED WITH CHICAGO BOSS = Dependencies: * Erlang R12B or later - https://www.erlang.org/download.html Check with erlang:system_info(otp_release). * Tokyo Tyrant - https://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: https://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/.