|
|
6 years ago | |
|---|---|---|
| app | 6 years ago | |
| src | 6 years ago | |
| web | 6 years ago | |
| .gitignore | 10 years ago | |
| .travis.yml | 6 years ago | |
| LICENSE | 14 years ago | |
| README.md | 8 years ago | |
| composer.json | 6 years ago | |
| composer.lock | 6 years ago | |
| phpunit.xml.dist | 6 years ago |
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.