There was an error while loading. Please reload this page.
Pour automatiquement transformer les fichiers .SASS en fichiers .CSS
Pointer sur le dossier css du développement de TimeCrumbs
cd /Applications/MAMP/htdocs/TC-GitHub/web/css
Ensuite, passez cette ligne de commande pour transformer en continue le fichier app.scss en app.css
sass --watch ./app.scss:./app.css
cd /Applications/MAMP/htdocs/TC-GitHub
php app/console doctrine:database:drop --force
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
rm -rf app/cache/*
rm -rf app/logs/*
sudo chmod +a "alexlemoeligou allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
sudo chmod +a "whoami allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs
whoami
php composer.phar install