https://github.com/simplicitesoftware/project-demo
Demo project
https://github.com/simplicitesoftware/project-demo
Last synced: 4 months ago
JSON representation
Demo project
- Host: GitHub
- URL: https://github.com/simplicitesoftware/project-demo
- Owner: simplicitesoftware
- Created: 2023-04-12T12:35:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T17:06:20.000Z (4 months ago)
- Last Synced: 2026-02-05T00:42:45.978Z (4 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
Demo v5 project
===============
This is the demo v5 project packaging.
Clone the modules
-----------------
Only needed once:
```bash
./clone.sh
```
Pull the latest modules
-----------------------
Only needed if the modules were already cloned:
```bash
./pull.sh
```
Check before building
---------------------
```bash
mvn clean package
```
Build the image with the modules
--------------------------------
```bash
docker compose build
```
Run
---
```bash
docker compose up
```