Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enilink/enilink-beginner

A simple beginner project for eniLINK web applications.
https://github.com/enilink/enilink-beginner

Last synced: 5 days ago
JSON representation

A simple beginner project for eniLINK web applications.

Awesome Lists containing this project

README

        

# enilink-beginner
A simple beginner project for eniLINK web applications.

## Building
* This is a plain Maven project
* a full build can be executed via `mvn package`

## Running
* change to the folder `launch`
* run `mvn test -Pconfigure -DskipTests` to initialize or update a launch configuration
* run `mvn test` to (re-)start the eniLINK platform
* The application should now be available at: [http://localhost:8080/beginner/](http://localhost:8080/beginner/)

## Developing
* The project can be developed with any IDE supporting Java and Scala projects
* **IDEA:** `File > Project from existing sources...`
* **Eclipse:** `File > Import > Maven > Existing Maven Projects`