|
před 6 roky | |
---|---|---|
app | před 6 roky | |
src | před 6 roky | |
web | před 6 roky | |
.gitignore | před 9 roky | |
.travis.yml | před 6 roky | |
LICENSE | před 13 roky | |
README.md | před 7 roky | |
composer.json | před 6 roky | |
composer.lock | před 6 roky | |
phpunit.xml.dist | před 9 roky |
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.