Skip to content

Commit

Permalink
Adapted instructions on README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgordor committed Jan 29, 2012
1 parent 4e710cb commit da1ad4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,12 +1,12 @@
chicagoboss_admin
ch_admin
=================

This is the admin interface for Chicago Boss, which can be configured as a standalone application with CB 0.6 or later.

Installation as a standalone server
-----------------------------------

Check your boss.config and make sure that the path's are correct (defaults to ../ChicagoBoss and ../chicagoboss_admin).
Check your boss.config and make sure that the path's are correct, defaults to ../ChicagoBoss (framework) and ../cb_admin (the checkout dir).

Then:

Expand All @@ -27,7 +27,7 @@ Add something like this to your boss.config:
...
]},
{cb_admin, [
{path, "../chicagoboss_admin"},
{path, "../cb_admin"},
{allow_ip_blocks, ["127.0.0.1"]},
{base_url, "/admin"}
]}].
Expand Down

0 comments on commit da1ad4c

Please sign in to comment.