|
|
il y a 6 ans | |
|---|---|---|
| app | il y a 7 ans | |
| src | il y a 7 ans | |
| web | il y a 7 ans | |
| .gitignore | il y a 10 ans | |
| .travis.yml | il y a 6 ans | |
| LICENSE | il y a 14 ans | |
| README.md | il y a 8 ans | |
| composer.json | il y a 7 ans | |
| composer.lock | il y a 7 ans | |
| phpunit.xml.dist | il y a 10 ans |
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 installapp/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.