Currently deployed at: http://18.191.26.144:8090/
Allows hot reload
# --< In backend repo >--
# Start ofbiz locally
./gradlew [cleanAll loadAll] ofbiz
# --< In frontend repo (here) >--
# Start aurelia app
au run
# Start proxy
# Use --build to recreate containers
docker-compose up [--build]
If something is broken...
- Make sore you have correct ports opened if running on windows (especially using docker-toolbox)
- On unix files created in docker need sudo rights to be removed so that might be a problem if backend doesn't build
- You can contact Tavo Annus (kilpkonn)