https://github.com/nguyenantoine/bracelet
Projet innovation pour l'EPSI
https://github.com/nguyenantoine/bracelet
docker docker-compose mysql8 php72 symfony4
Last synced: 2 months ago
JSON representation
Projet innovation pour l'EPSI
- Host: GitHub
- URL: https://github.com/nguyenantoine/bracelet
- Owner: NguyenAntoine
- Created: 2019-04-21T15:34:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:16:24.000Z (over 3 years ago)
- Last Synced: 2025-01-10T02:23:46.148Z (over 1 year ago)
- Topics: docker, docker-compose, mysql8, php72, symfony4
- Language: CSS
- Homepage: https://bracelet.nguyenantoine.com
- Size: 7.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bracelet
> Projet innovation pour l'EPSI
## Build Setup
``` bash
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn serve
# build for production with minification
yarn build
# build for production and view the bundle analyzer report
yarn build --report
# check syntax for javascript optimization
yarn run lint
```
## Deployment
Running on nginx with a [docker let's encrypt nginx proxy](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Basic-usage)
``` bash
# build for production with minification
yarn build
# run script docker for linux environment
./docker-run.sh
# run script docker for windows environment
.\docker-run.bat
```
Don't forget to run the commands in this script [run_symfony_commands.sh](/docker/php/run_symfony_commands.sh)