We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c34751 commit 74e587cCopy full SHA for 74e587c
docs/deployment/installation.md
@@ -284,6 +284,15 @@ java -jar openbas-api.jar
284
285
You can now go to [http://localhost:8080](http://localhost:8080) and log in with the credentials configured in your `application.properties` file.
286
287
+#### Build the application locally
288
+
289
+1. cd openbas-front yarn build
290
+2. cp -r builder/prod/* ../openbas-api/src/main/resources/static/
291
+3. cd ../openbas-api
292
+4. mvn clean install -DskipTests
293
+5. create an application.properties based on the existing one in openbas-api and fill all the mandatory fields
294
+6. run java -jar target/openbas-api.jar --spring.config.location=%PATH%\application.properties
295
296
## Community contributions
297
298
### Helm Charts
0 commit comments