|
há 6 anos atrás | |
---|---|---|
app | há 6 anos atrás | |
src | há 6 anos atrás | |
web | há 6 anos atrás | |
.gitignore | há 9 anos atrás | |
.travis.yml | há 6 anos atrás | |
LICENSE | há 13 anos atrás | |
README.md | há 7 anos atrás | |
composer.json | há 6 anos atrás | |
composer.lock | há 6 anos atrás | |
phpunit.xml.dist | há 9 anos atrás |
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.
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 cacheYou should now be able to access the site, create a user, etc.
There are a few commands you should run periodically (ideally set up a cron job running every minute or so):
app/console packagist:update --no-debug --env=prod
app/console packagist:dump --no-debug --env=prod
app/console packagist:index --no-debug --env=prod
The latter is optional and only required if you are running a solr server.