Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 605 Bytes

BUILD.md

File metadata and controls

30 lines (20 loc) · 605 Bytes

Building Membrane API Gateway

What you need

  • Java JDK 17
  • Apache Maven
  • git

Check the JAVA Version.

java -version
openjdk version "18.0.2" 2022-07-19

Building

git clone https://github.com/membrane/service-proxy
cd service-proxy
mvn install

NOTE: For a Release Checkout use

    git clone --branch v4.0.19 https://github.com/membrane/service-proxy

before checking out, or

    git checkout v4.0.19

after checking out.

After the build find the distribution and the WAR at:

../distribution/target/membrane-service-proxy-X.X.X.zip
../war/target/service-proxy-war-X.X.X.war