https://github.com/drunomics/drupal-openshift
A quick variant of openshift/drupal-quickstart which is targeted for code driven deployment.
https://github.com/drunomics/drupal-openshift
Last synced: 24 days ago
JSON representation
A quick variant of openshift/drupal-quickstart which is targeted for code driven deployment.
- Host: GitHub
- URL: https://github.com/drunomics/drupal-openshift
- Owner: drunomics
- Created: 2014-04-30T17:16:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:16:24.000Z (over 2 years ago)
- Last Synced: 2025-07-28T21:56:50.444Z (10 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Drupal on OpenShift
===================
This is a modified version of https://github.com/openshift/drupal-quickstart,
targeted for code driven deployments.
Usage
-----
Put your Drupal code below web/, but do not commit your settings.php or files
directories. The sites/default/settings.live.php will be linked to the default
settings.php file during deployment.
Repo layout
-----------
web/ - Put your Drupal code here.
../data - For files - holds subdirectories for public and private files.
.openshift/pear.txt - list of pears to install
.openshift/action_hooks/build - Script that gets run every push, just prior to starting your app