Skip to content

Latest commit

 

History

History
executable file
·
130 lines (81 loc) · 1.16 KB

Readme.md

File metadata and controls

executable file
·
130 lines (81 loc) · 1.16 KB

#MARATHON 2019 - 2020**





Installation

copy a new .env.local => cp .env .env.local

Change in env.local db_user, db_password, db_name by your configuration

DATABASE_URL=mysql://db_user:[email protected]:3306/db_name?serverVersion=5.7
then
./install




Launch Server Symfony local

./symfony server:start -d

kill Server Symfony local

./symfony server:stop




Update CSS or/and JS

Avec yarn

Dev
yarn run encore dev
Prod
yarn run encore production

Avec npm

Dev
npm run dev
Prod
npm run build



Utilisateur

Username Password Role
ZimZim ZimZim ROLE_ADMIN
Fred Fred ROLE_ADMIN
Gilles Gilles ROLE_USER
Sebastien Sebastien ROLE_USER



For upload File ( SysAdmin Only )

chown -R www-data:www-data public/images/users
chown -R www-data:www-data public/video/series



Enjoy and team play