To run the FW/1 LitePost example, you need to:
- Download LitePost by checking it out of SVN into your webroot:
svn checkout http://litepost.googlecode.com/svn/trunk/ litepost
- Download ColdSpring from http://coldspringframework.org/ (and put it in your webroot or create a /coldspring mapping to it).
- Create a MySQL database and run litepost/db/blogTables.sql to set up your tables.
- Configure a datasource called litepost pointing to your new database.
- Create a /net/litepost mapping pointing to litepost/cfc/net/litepost.
- Copy examples/litepost/fw1 from FW/1 to the litepost folder (so that http://localhost/litepost/fw1/ will work).
- Make sure FW/1 is accessible as org.corfield.framework either by placing the /org folder in your webroot or creating a mapping for /org/corfield pointing to FW/1's org/corfield folder.
Already done all of that? Want to run the FW/1 LitePost example?
Yeah, take me to FW/1 LitePost!
To save you the trouble of figuring it out, the blog admin login is: chris / asstro
Note: this example will not run if you have a non-empty context root.