Versions Compared

Key

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

...

  1. Download the Opensyllabus Tomcat bundle here
  2. Extract it in c:\opt (create that folder if you don't already have it. If you need to install in a different folder, see step 6 below)

Configuration

  1. First, ensure that the mySQL Server is started.
  2. Connect to it using the root account
  3. Type the following commands: noformat
    No Format
    create database sakaiOSYL default character set utf8;
    grant all on sakaiOSYL.* to sakaiuser@'localhost' identified by 'sakaipassword';
    grant all on sakaiOSYL.* to sakaiuser@'127.0.0.1' identified by 'sakaipassword';
    quit
    
    
    
  4. The sakai.properties shipped with this bundle of OpenSyllabus is configured to use the database name sakaiOSYL and the account
    sakaiuser with password sakaipassword. You will have to edit the file if choose different values for these parameters. noformat
  5. If you already have an application listening on port 8080, either shut it down, or correct change the tomcat config (edit file conf/server.xml)
  6. Optional step: if you extracted the bundle in a directory different than C:\opt, you have to replace all occurrences of C:\opt in ...TODO: INCOMPLETE...