https://github.com/thewalkingcoder/coffeetime
POC
https://github.com/thewalkingcoder/coffeetime
Last synced: 2 months ago
JSON representation
POC
- Host: GitHub
- URL: https://github.com/thewalkingcoder/coffeetime
- Owner: thewalkingcoder
- Created: 2019-10-14T06:45:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:40:07.000Z (about 3 years ago)
- Last Synced: 2025-06-16T16:47:19.842Z (10 months ago)
- Language: Vue
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CoffeeTime
Poc sur le mise en place de l'intégration continue
## Installation
### Côté backend
Copier .env en .env.local
Modifier le fichier de configuration par rapport à votre environnement
En suivant
```
composer install
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate
```
### Côté frontend
```
yarn install
yarn build
```
## Développement mode
```
yarn run server
```
Vérifier dans le package.json la configuration pour votre VM
## Déploiement
voir le .gitlab-ci.yml
Pour le hook côté serveur voir le fichier sous deploiement/post-receive