dieimeslee / DSWMoodle

IFSP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moodle Project

wercker status
A project created as a project for the Federal Institute Of Sao Paulo, Campinas Campus.

Requirements

1 - Maven
2 - Java 8 SDK
3 - Heroku

Other technologies used

Running the Application

Compile

This will download dependencies and compile the application

mvn clean compile

Test

This will run all unit tests

export ENV=test && mvn test

Package

Package the application to a .jar file, located in the target directory.

mvn package

Execute

Run local instance through jar directly

Using terminal navigate to the target directory and run the following command:

java -jar moodle-project-1.0-SNAPSHOT-jar-with-dependencies.jar

Run local instance through jetty

Using terminal navigate to root directory and run the following command:

mvn clean install jetty:run

Run local instance through Heroku

To run a local instance of the package type the following in your terminal

heroku local web

About

IFSP

License:MIT License


Languages

Language:Java 89.7%Language:CSS 9.5%Language:JavaScript 0.8%