/hrompushserver

The symfony project with the config to use the twitterpushbundle

Primary LanguagePHPMIT LicenseMIT

Push server for HromadskeTV app

Sends push notifications to the HromadskeTV apps.

Build Status SensioLabsInsight

Updating a server

git pull
composer install

You will be pleased to know that cache:clear doesn't quite live up to your hopes

rm -rf app/cache/prod/*

I know its called clear, but actually it focuses more on creating.

./app/console cache:clear --env=prod

Clears APC cache

sudo service apache2 restart

Restart the daemons

sudo supervisorctl reload