Tested with:
- maven
3.5.4-3.6.3 - java
1.8.0_242-9.0.4 - docker client
19.03.5 - docker server api
1.40 - make
Make for the win:
make startand nothing else needed :)
Default sites url:
to configure publishing:
- go here and set url value to
http://public:8080/
- It is easy to setup magnolia CE version with 2 instances 1 author and 1 public instance find more in
docker-compose.yaml - Different postgres databases are used as persistent which data is persisted between starts with docker volume binding
- Project is created using two main utils: maven & java for compilation and docker-compose to boot environment
- Traefik is used as load-balancer
- Instance hosts can be configured with
MAGNOLIA_AUTHOR_HOSTandMAGNOLIA_PUBLIC_HOSTenv and can be set in.envfile - You can find additional commands in
Makefile
Project is currently has no deployment configured.