Skip to content

[Experimental] Composer-based installer for a govCMS Drupal 8 distribution - please raise issues at https://github.com/govCMS/govCMS8-core/issues

License

Notifications You must be signed in to change notification settings

andmair/govCMS8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

govCMS (Drupal 8) distribution composer-based installer

Installation

Server Requirements

  • Apache, Nginx, Microsoft IIS or any other web server with proper PHP support
  • PHP 5.6 or higher
  • MySQL 5.5.3/MariaDB 5.5.20/Percona Server 5.5.8 or higher with PDO and an InnoDB-compatible primary storage engine
  • PostgreSQL 9.1.2 or higher with PDO
  • SQLite 3.7.11 or higher

Dependencies

Installing govCMS

govCMS Drupal 8 utilizes Composer to manage its dependencies. So, before using govCMS, make sure you have Composer installed on your machine.

For a better composer performance, we recommend

composer global require "hirak/prestissimo:^0.3"

Via Composer Create-Project

composer create-project --stability dev --no-interaction govcms/govcms8 MY_PROJECT

Composer will create a new directory called MY_PROJECT containing a docroot directory with a full govCMS code base therein.

And you can update govCMS Distribution via (noting that at this stage, updating this way may break some of the dependencies within the distribution, and is generally not recommended unless you know what you're doing!)

cd MY_PROJECT
composer update

About

[Experimental] Composer-based installer for a govCMS Drupal 8 distribution - please raise issues at https://github.com/govCMS/govCMS8-core/issues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published