Gooru Core API project consists of APIs that required for Gooru Web this project is developed in Spring MVC framework
JDK | 1.7 or above |
---|---|
Operating System | Ubuntu |
Application container | Apache tomcat7 |
Apache Maven | Maven 3.0.4 |
- Update your tomcat location in "webapp.container.home" property in root pom.xml
For example,
<webapp.container.home>${env.CATALINA_HOME}</webapp.container.home>
- Navigate to the development project folder. For example, cd Home\Projects\Gooru-Core-API
- From the linux terminal Clean install the build.
Command:
mvn clean install -P api -Dmaven.test.skip=true
- Project deployed on
<webapp.container.home>/webapps/
location
Learn more about our open source software on our developer’s page where you can find links to documentation and resources at: http://developers.goorulearning.org/
Gooru Core API is released under the MIT License .