Florian Bouillon 5c05e32c2c
Mis a jour le README
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-13 11:06:14 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 13:55:39 +01:00
2020-03-13 10:20:07 +01:00
2020-02-11 13:55:39 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-02-13 10:29:48 +01:00
2020-03-13 10:20:07 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-02-13 11:18:00 +01:00
2020-03-13 09:57:34 +01:00
2020-03-13 09:57:34 +01:00
2020-02-11 13:55:39 +01:00
2020-02-12 11:54:08 +01:00
2020-03-13 10:20:07 +01:00
2020-02-11 13:55:39 +01:00
2020-03-13 10:20:07 +01:00
2020-02-11 14:21:58 +01:00
2020-03-13 11:06:14 +01:00
2020-02-11 14:21:58 +01:00
2020-02-11 14:21:58 +01:00
2020-03-13 10:20:07 +01:00

Pouet

Maintainers

Requirements :

  • GIT LFS (Optionnal)
  • a terminal

Install

Dev

cp ./.env.example ./.env #then edit the file to match your config
docker-compose build
docker-compose run php composer install
docker-compose run php php artisan key:generate
docker-compose up

after that run migrations
Finnally run the seeders seeders

Prod

cp ./env.example ./env #then edit the file to match your config
docker-compose build
docker-compose run -f docker-compose.yml -f docker-compose.prod.yml php php artisan key:generate
docker-compose up -f docker-compose.yml -f docker-compose.prod.yml

after that run migrations

Migrations

to run migration do

on linux/mac

./artprox migrate

on windows

docker-compose exec php php artisan migrate

Seeders

to run seeders do

on linux/mac

./artprox db:seed --class=CreateUsersSeeder

on windows

docker-compose exec php php artisan db:seed --class=CreateUsersSeeder
Description
No description provided
Readme MIT 898 KiB
Languages
PHP 92.5%
Blade 5.3%
Hack 1.7%
Dockerfile 0.3%
JavaScript 0.1%
Other 0.1%