Download Latest Version educate.war.zip (17.2 MB)
Email in envelope

Get an email when there's a new version of E-Learning Applications Suite

Home / eduCATE_Tomcat
Name Modified Size InfoDownloads / Week
Parent folder
educate.war.zip 2011-04-19 17.2 MB
README.txt 2011-04-14 897 Bytes
educate_tomcat.zip 2011-04-11 145.3 MB
Totals: 3 Items   162.5 MB 1
PRE-REQUISITE
=============
Before running this application, you must have these:

1. Java (at least JDK1.6)
2. MySQL Server (5.0)


DATABASE
========
You must have the database, name educate_db, in your MySQL Server.
Using your MySQL client program, create this database:

e.g:

mysql> create database educate_db;

Then, quit from your mysql client, and copy the file educate_db.sql, into your MySQL\bin directory.

Then, from the command prompt of this directory, type this command:

e.g:
MYSQL\bin>mysql -u root -p educate_db < educate_db.sql

This shall create all the tables required.


RUNNING THE APPLICATION
=======================
To start Tomcat server, double click on un.bat, and let the Tomcat start first.
Then, on the web browser address, type in this url:

http://localhost:8080

this will open the Portal system for eduCATE.

Good Luck.

SAM.
Source: README.txt, updated 2011-04-14