Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Change to your sakai source directory (e.g. /opt/<sakai-src>/)
  2. Run svn checkout https://source.sakaiproject.org/contrib/programmerscafe/blogwow/trunk/ blogwow
    1. subversion will create a blogwow directory for you, you can use any directory name you like, just change the last blogwow into the word you want.
  3. Add entity broker project (required)
    1. Checkout entity broker trunk 1.0 (or highest tag) into your sakai source directory (use subclipse or the command below)
      svn co https://source.sakaiproject.org/contrib/caret/entitybroker/tags/trunk1.0/ entity-broker
    2. Build entity broker using maven sakai from within the entity-broker folder
  4. Change to blogwow source directory (e.g. /opt/<sakai-src>/blogwow)
  5. Run maven sakai
  6. Start tomcat and check the log for errors, there should be none if all jars were downloaded and installed correctly

...