###ySchool### A simple web based school management system.
####Version####
- ySchool Version : 1.0-SNAPSHOT
- Build Number : 1.0.55
####Main Technologies####
- Programming language : Java 1.7
- DataBase : MySQL Community Server 5.5.20
- Build Tool : Maven 3.0.4
####How to Start####
- Install WAMP/LAMP server. Import the SQL schema yschool/docs/ySchool_V1.1.sql into mysql server to create yschool database for you.
- Install git setup and fork ySchool.
- Install Maven, go to directory containing yschool root in command-prompt/terminal and run
mvn install:install-file -Dfile=yschool\modules\repository\lib\hbnpojogen-persistence-1.4.4.jar -DgroupId=com.felees -DartifactId=hbnpojogen-persistence -Dversion=1.4.4 -Dpackaging=jar
mvn install:install-file -Dfile=yschool\modules\analytics\lib\class-analyzer-1.0.3.jar -DgroupId=com.arima.classanalyzer -DartifactId=class-analyzer -Dversion=1.0.3 -Dpackaging=jar
mvn clean install
- Run the command from yschool main module (yschool/yschool)
mvn clean jetty:run-war
- Open localhost:8080/yschool in your browser to see ySchool up and running.