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