Working from SVN: How to install

If you are working on the bleeding edge release, then you need to
modify the directory once you check it out from svn.

Once you check it out, you will have the directory structure under
"coldbox"

All you need to do is rename the directory: coldbox/src ==> to ==>
coldbox/system

Or you can create a mapping or alias. I have had success by creating
the following:

webroot/frameworks directory

Then create versions of coldbox inside:

coldbox2_03
coldbox2_50_beta
coldbox2_50

Then all you need to do is create an alias or virtual directory or
mapping to the appropriate path.

Ok, I messed up.

coldbox/src ==> should map to ==> /coldbox either as an alias or
mapping because the system folder is under the src directory.

Sorry about the confusion.

Luis