To run the FW/1 LitePost example, you need to:

  1. Download LitePost by checking it out of SVN into your webroot:
    svn checkout http://litepost.googlecode.com/svn/trunk/ litepost
  2. Download ColdSpring from http://coldspringframework.org/ (and put it in your webroot or create a /coldspring mapping to it).
  3. Create a MySQL database and run litepost/db/blogTables.sql to set up your tables.
  4. Configure a datasource called litepost pointing to your new database.
  5. Create a /net/litepost mapping pointing to litepost/cfc/net/litepost.
  6. Copy examples/litepost/fw1 from FW/1 to the litepost folder (so that http://localhost/litepost/fw1/ will work).
  7. 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.