|
5 éve | |
---|---|---|
app | 5 éve | |
src | 5 éve | |
web | 6 éve | |
.gitignore | 9 éve | |
.travis.yml | 6 éve | |
LICENSE | 13 éve | |
README.md | 5 éve | |
composer.json | 5 éve | |
composer.lock | 5 éve | |
phpunit.xml.dist | 6 éve |
Package Repository Website for Composer, see the about page on packagist.org for more.
This project is not meant for re-use. It is open source to make it easy to contribute but we provide no support if you want to run your own, and will do breaking changes without notice. Check out Private Packagist if you want to host your own packages.
app/config/parameters.yml
and change the relevant values for your setup.php composer.phar install
app/console doctrine:schema:create
to setup the DBapp/console assets:install web
to deploy the assets on the web dir.app/console cache:warmup --env=prod
and app/console cache:warmup --env=prod
to warmup cacheapp/console packagist:run-workers
You should now be able to access the site, create a user, etc.