GitXplorerGitXplorer
a

nginx-php-drupal8-quickstart

public
1 stars
1 forks
0 issues

Commits

List of commits on branch 1.0.
Unverified
80e947eaa6ed68e3d40715bcff3bd4181db4af72

readme updated.

aaneek committed 9 years ago
Unverified
5b0a691279566ab426842f54995e0cedd4404577

always_populate_raw_post_data issue fixed

aaneek committed 9 years ago
Unverified
9de9bea928b61e2421c93c145fa89bd6f3b750ce

git clone error fixed.

aaneek committed 9 years ago
Unverified
f5e393e7176acabcdcbe2dcc7f4753db5c056be5

twig extension added

aaneek committed 9 years ago
Unverified
532a01b1065e18f0a1447aaea68b64d403d5a7e8

checking with trusted host patterns

aaneek committed 9 years ago
Unverified
eea20e4c3a32c58708c78eba0c954ef4fd547426

Drush automatically updates settings.php

aaneek committed 9 years ago

README

The README file for this repository.

Drupal 8 Quick Start package on Nginx & PHP-FPM

CONTENTS OF THIS FILE


  • Introduction
  • Features
  • Requirements
  • Installation
  • Future Improvements
  • Maintainer(s)
  • Change Log
Introduction

This is a Drupal 8 quick start package for Redhat OpenShift PaaS. Depending on the system requirements mentioned here, this package needs PHP 5.5+ setup.

Features

  • This quickstart installs the latest stable version of Drupal 8.
  • This also installs some 3rd party PHP extensions that helps to run Drupal 8 like opcache, twig c extension, pecl uploadprogress.
  • Uses Drush to perform a fresh install on the first build. Later on the existing settings.php & services.yml is used. For more insight refer to the Wiki pages.
  • On each build links the modules, profiles & themes directories to the document root. For more insight refer to the Wiki pages.
  • This quickstart uses a deploy.config.yml file to store the site configurations. This is used while the deploy process. For more insight refer to the Wiki pages.
Requirements

Currently RedhatOpenShift doesn't provide that so this quick start is dependent on two other packages

Installation

Please refer to the Wiki Pages for the detailed installation steps.

Future Improvements

  • Drush alias support.
  • Issue fixes.
Maintainer(s)

Change Log

  1. Initial version branch 1.0 created.