CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 06:25:22 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100327103559
location: https://web.archive.org/web/20100327103559/https://github.com/kenhty/ChicagoBoss
server-timing: captures_list;dur=1.077848, exclusion.robots;dur=0.029452, exclusion.robots.policy;dur=0.011310, esindex;dur=0.018960, cdx.remote;dur=12.577834, LoadShardBlock;dur=298.868574, PetaboxLoader3.datanode;dur=96.651243, PetaboxLoader3.resolve;dur=150.688399
x-app-server: wwwb-app211
x-ts: 302
x-tr: 368
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app211; 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, 21 Aug 2025 06:25:23 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 27 Mar 2010 10:35:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "0fd7078b9fee165a1944cff696cd843a"
x-archive-orig-x-runtime: 370ms
x-archive-orig-content-length: 27474
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: Sat, 27 Mar 2010 10:35:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Mar 2010 10:35:59 GMT", ; rel="memento"; datetime="Sat, 27 Mar 2010 10:35:59 GMT", ; rel="last memento"; datetime="Sat, 27 Mar 2010 10:35:59 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: 52_15_20100327084520_crawl103-c/52_15_20100327103506_crawl101.arc.gz
server-timing: captures_list;dur=0.463031, exclusion.robots;dur=0.019280, exclusion.robots.policy;dur=0.008918, esindex;dur=0.010241, cdx.remote;dur=5.841237, LoadShardBlock;dur=489.955755, PetaboxLoader3.resolve;dur=469.159437, PetaboxLoader3.datanode;dur=134.130331, load_resource;dur=171.460310
x-app-server: wwwb-app211
x-ts: 200
x-tr: 730
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
kenhty's ChicagoBoss at master - GitHub
kenhty / ChicagoBoss forked from evanmiller/ChicagoBoss
- Source
- Commits
- Network (6)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage

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/.