Versions Compared

Key

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

...

  • From within sakai-src_2-0-1 build with maven
    cd ~/sakai-src_2-0-1
    maven sakai

...

  • Now we rebuild Melete but first need to edit the project.xml file to account for the version change
    cd /home/sakai/melete2_Htmlarea_Release2.0.2
    vi project.xml
  • Change this line "<currentVersion>2.0.0</currentVersion>" to "<currentVersion>2.0.1</currentVersion>" in project.xml
    NOTE: I had to chmod it to 644 because it was read only

...

  • Now we patch the database
  • Download the DB patch at
    wget http://bugs.sakaiproject.org/jira/secure/attachment/10838/
    Note: The samigo-2.0.0-patch1.tar file is not an archive bug a text file that contains the SQL statements to patch the DB
  • So we need to rename the above file
    from:
    samigo-2.0.0-patch1.tar
    to:
    samigo-2.0.0-patch1.sql
  • Now we can apply the patch:
    mysql -u username -p schemaname < samigo-2.0.0-patch1.sql --force

That's it:

  • Start Tomcat