-
Notifications
You must be signed in to change notification settings - Fork 33
Running in Linux Mac without Docker
Jason House edited this page Oct 13, 2020
·
5 revisions
Note: To run on Linux/Mac, Gaps requires Java 11. OpenJDK 11 can be downloaded here or Oracle Java here
Download the latest release of Gaps as a Jar, found on the releases page.
Extract the zip file where you want to run Gaps.
Download the latest application-custom.yml file from master
Open the yml file in your text editor of choice. Update the spring.datasource.url and info.app.storageFolder to use a folder location of your choice. Save the file and move it into the same folder as the gaps.jar.
Open a command prompt and navigate to the folder.
$ java -Dspring.config.location=classpath:file:application-custom.yml -Dspring.profiles.active=custom -jar gaps.jar
Open your preferred browser and navigate to http://localhost:8484