GithubHelp home page GithubHelp logo

simesy / govcms8-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deanvucic/govcms-core

0.0 1.0 0.0 1.31 MB

[Experimental] Core for a govCMS Drupal 8 distribution

License: GNU General Public License v2.0

Makefile 23.21% PHP 74.11% Gherkin 2.68%

govcms8-core's Introduction

govCMS (Drupal 8)

Build Status

Installation

Server Requirements

  • Apache, Nginx, Microsoft IIS or any other web server with proper PHP support
  • Supported PHP Version 7.1.*
  • 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

For an easy, one-line, dev setup see 'Automated Default Dev Setup' wiki page.

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 performance, we recommend

composer global require "hirak/prestissimo:^0.3"

Via Composer Create-Project

composer create-project --stability dev --prefer-dist govcms/govcms8 MY_PROJECT

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

Packaged installation

govCMS exists as packaged versions on both the Github and Drupal.org project pages. These compressed archives are available in both zip and tar.gz format to download and use as needed.

This is no longer the recommended method and will likely be deprecated in the future.

Installation from source

To develop on or patch against govCMS, the source files should be downloaded and the project built.

govCMS source may be downloaded using git

git clone -b 8.4.x [email protected]:govCMS/govCMS8-core.git

Troubleshooting

If you're encountering some oddities, here's a list of resolutions to some of the problems you may be experiencing.

Patching govCMS

Because govCMS is a Drupal distribution, modules and configurations are not added directly to the codebase. Rather, they are referenced within the composer.json file.

Any alterations to Drupal core or contributed modules must have an associated drupal.org issue filed against the project in question. Modifications should be made directly to the project in question and patched into govCMS rather than made directly against govCMS.

It is a requirement for any patches to govCMS to pass all automated testing prior to manual review. The automated testing checks for PHP syntax, coding standards, build completion and runs behavioural tests. It is also desirable that additions to the codebase add behat tests to ensure no regressions occur once committed.

To submit a patch, the govCMS project should be forked and changes applied to a branch on the forked repository. Once all changes are applied, a pull request between govCMS/master and the branch of the fork may be created.

Contributing to govCMS

All contributions to govCMS are welcome. Issues and pull requests may be submitted against the govCMS project on github where they will be addressed by the govCMS team.

govcms8-core's People

Contributors

fribibb avatar invisigoth avatar pandaskii avatar samandco avatar tobybellwood avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.