This package is used for testing purpose, for demoing and by the installer. It's not a copy-paster skeleton, prefer use the installer
cd packages/skeleton;
rm -rf media && cp -r media~ media
php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load
# Add an admin user :
read -p 'Email: ' emailvar
read -sp 'Password: ' passvar
php bin/console pushword:user:create $emailvar $passvar ROLE_SUPER_ADMIN
#php bin/console pushword:user:create admin@example.tld p@ssword ROLE_SUPER_ADMIN
# Install Bundle Assets
php bin/console assets:install
# Launch Server and Play
symfony server:start -d
If you're interested in contributing to Pushword, please read our contributing docs before submitting a pull request.
The MIT License (MIT). Please see License File for more information.