There was an error while loading. Please reload this page.
An admin interface for ChicagoBoss is available as a separate application.
To install it please follow these steps: https://github.com/evanmiller/cb_admin $ git clone https://github.com/evanmiller/cb_admin.git
$ git clone https://github.com/evanmiller/cb_admin.git
cb_admin
$ cd cb_admin $ make
Then add an entry for the cb_admin application in your project configuration file:
[{boss, [ {applications, [cb_admin, ...]}, ... ]}, {cb_admin, [ {path, "/path/to/cb_admin"}, {allow_ip_blocks, ["127.0.0.1"]}, {base_url, "/admin"} ]}].
You should now be able to point your browser at /admin.