2017 © Pedro Peláez
 

library anycontent-repository-mysql-php

image

nhagemann/anycontent-repository-mysql-php

  • Tuesday, April 4, 2017
  • by nhagemann
  • Repository
  • 1 Watchers
  • 0 Stars
  • 765 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 24 Versions
  • 1 % Grown

The README.md

anycontent-repository-mysql-php

Installation

Composer

Just create a composer.json file with following content and run composer install, (*1)

{ "require": { "php": ">=5.3", "nhagemann/anycontent-repository-mysql-php": "0.9.*" }, "scripts": { "post-update-cmd": "AnyContent\Repository\Command\Installer::postInstallUpdate", "post-install-cmd": "AnyContent\Repository\Command\Installer::postInstallUpdate", (*2)

},
"minimum-stability": "dev",
"prefer-stable": true

}, (*3)

Web Server (Vhost) Configuration

Then configure your webserver to server the content of the /web folder, e.g. as acrs.dev., (*4)

Modules Configuration

Go to the /config folder and copy the file modules.example.php to modules.php., (*5)

Have a look into that file, if you want to customize your installation. You can turn off any module by removing it's registration call ($app->registerModule()) within this file., (*6)

Repository Configuration

Go to the /config folder and copy the file config.example.yml to config.yml., (*7)

Within that file you have to specify at least your database connection., (*8)

The Versions