Clone git repository
git clone [email protected]:austral-project/sandbox.gitCopy .env file
cp .env.dist .envEdit file with your EMAIL_FROM and EMAIL_TO
Copy config file for Docker
cp deploy/.env.dist deploy/.env
cp deploy/supervisord.conf.dist deploy/supervisord.confInstall composer
cp deploy
docker-compose run php composer installStart Docker
cp deploy
docker-compose up -dAustral admin interface
http://127.0.0.1:8088/austral-admin/
Login : admin
Password : admin
Austral website interface
http://127.0.0.1:8088
View repository : Docker Hub or Gitub
Versions
- Alpine : 3.15
View repository : Docker Hub or Gitub
Versions
- Nginx : 1.20
View repository : Docker Hub or Gitub
Versions
- PHP : 8.0.18
- Node : 16.14.2
- NPM : 8.1.3
- Squoosh-cli : 0.7.2
- PostgreSQL-client : 14.4
- MySQL-client : 10.6
View repository : Docker Hub or Gitub
Versions
- PHP : 8.0.18
- Node : 16.14.2
- NPM : 8.1.3
- Squoosh-cli : 0.7.2
- PostgreSQL-client : 14.4
- MySQL-client : 10.6
View repository : Docker Hub
Versions
- Alpine : 3.16
- PostgreSQL-server : 14.2
View repository : Docker Hub
Versions
- Mercure : 0.13
The commit message must follow the Conventional Commits specification. The following types are allowed:
update: Updatefix: Bug fixfeat: New featuredocs: Change in the documentationspec: Spec changetest: Test-related changeperf: Performance optimization
Examples:
update : Something
fix: Fix something
feat: Introduce X
docs: Add docs for X
spec: Z disambiguation
See License
Created by Matthieu Beurel. Sponsored by Yipikai Studio.