Newer
Older
activity-manager / README.md
@Kilian Riou Kilian Riou on 31 Mar 2021 554 bytes Fix changelog

Activity manager

PHP activity manager

Requirement

  • PHP7.4+

Installation

  • Clone the git
  • composer install or php composer.phar install
  • Create an empty dir named migrations
  • Copy the file .env to .env.local and set configuration
  • php bin/console -n doctrine:migrations:diff
  • php bin/console -n doctrine:migrations:migrate

Update

  • git pull
  • composer install or php composer.phar install
  • php bin/console -n doctrine:migrations:diff
  • php bin/console -n doctrine:migrations:migrate

Or use update.bat