commit | d9bde2a90d854353701e8a7e3f919fae7350c29b | [log] [tgz] |
---|---|---|
author | Kasper Sørensen <i.am.kasper.sorensen@gmail.com> | Tue Aug 01 19:47:42 2017 -0700 |
committer | Kasper Sørensen <i.am.kasper.sorensen@gmail.com> | Tue Aug 01 19:47:42 2017 -0700 |
tree | 1ab7bffbe56429dbc9c41cdc4eb3e29b4850627d | |
parent | 07a7b19a777c1d8fef7580b9686a247d09c47886 [diff] |
Fixed the `jersey.version` property naming in pom.xml
Data Federation as a RESTful service. A subproject of Apache MetaModel.
Make sure you have Apache Maven, then build by invoking:
mvn clean install
After building the Java archives and executables, you can use Docker and Docker compose to run Membrane easily, like this:
docker-compose up --build
Now Membrane should be running on port 8080
of your Docker host. Typically that's either http://localhost:8080 (if you have a native Docker install) or http://192.168.99.100:8080 (if you use Docker toolbox).
Membrane uses the same development infrastructure as the main Apache MetaModel project:
Please see CONTRIBUTE.md from Apache MetaModel which also apply to the Membrane contribution guidelines.