Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/enilink/enilink-beginner
- Owner: enilink
- Created: 2016-02-04T17:19:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T01:55:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T08:48:35.608Z (about 2 months ago)
- Language: Scala
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`