Home
Name Modified Size InfoDownloads / Week
mis.war 2017-03-31 34.5 MB
README.txt 2017-03-31 1.2 kB
misdb.sql 2017-03-31 120.5 kB
logo.png 2017-03-30 263.1 kB
misdb.properties 2017-03-30 183 Bytes
Totals: 5 Items   34.8 MB 0
Pearl MIS
=========
Installation:
------------
1. Download the following files: mis.war, misdb.properties, misdb.sql, logo.png
	You may replace the logo.png file with your institution logo, but filename must remain the same
2. On the server, you need to have java, and mysql installed
	Additionally, you need a servlet engine on which to run the app. Either tomcat, or glassfish, or jetty
3. Create a mysql user, and database, and update the file misdb.properties with the details to connect to the database
4. Deploy mis.war on the servelet engine, i.e. either tomcat, or glassfish, or jetty
5. On the same location where the application has been deployed, like webapps directory on tomcat, or domain(1) directory on glassfish, create a folder called pix
	In the pix folder, add the files misdb.properties, and logo.png
	Remember to update misdb.sql with mysql database and user details
6. Prepopulate the database with the contents of misdb.sql.
7. From the web-browser, open the url of the deployed application e.g. http://127.0.0.1:8080/mis
8. Login with the follwing default account
	User Id: admin
	Password: admin
------------
Dive in and explore the features
Source: README.txt, updated 2017-03-31