-
Notifications
You must be signed in to change notification settings - Fork 33
Building Gaps
Jason House edited this page Sep 29, 2020
·
1 revision
To build Gaps locally you will need
- JDK 11 +
- NPM 12.x
- Maven
- Docker
- Optional Git
- Clone or download gaps to your local environment
- Open a terminal window and navigate to the gaps folder
- Run
npm ci
. This will set up NPM and install the necessary packages for gaps. - Run
./minify
. This will create minified versions of the CSS and JS files. - Run
mvn clean install
. This will build the Java code and compile the resource files into the jar. - Run
docker build -f Dockerfile.debug -t gaps_dev .
- Run
docker run -p 8484:8484 --name gaps_dev gaps_dev
- Open a browser window and navigate to http://localhost:8484