CleanDeck (PHP)

CleanDeck (PHP)

Rapid development and deployment for PHP applications implementing CMD-Auth specifications.

Installation

  1. composer create-project "cleandeck/cleandeck" ./
  2. composer update
  3. composer dump-autoload
  4. update file .env.ini
  5. update file Application/public/robots.txt
  6. if required adjust contents in directory deploy/settings
  7. setup PHP and webserver (choose a version from the list below):
    • sudo env COMPOSER_ALLOW_SUPERUSER=1 composer exec cleandeck-deploy php apache2
    • sudo env COMPOSER_ALLOW_SUPERUSER=1 composer exec cleandeck-deploy php nginx
    • sudo env COMPOSER_ALLOW_SUPERUSER=1 composer exec cleandeck-deploy php nginx-ex
  8. (re)start webserver and PHP-FPM after each use of command composer exec cleandeck-deploy
  9. start development

Downloads

More

  1. CleanDeck Articles