Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fubarhouse/govcms-composer
Composer file for the govCMS distribution
https://github.com/fubarhouse/govcms-composer
Last synced: 15 days ago
JSON representation
Composer file for the govCMS distribution
- Host: GitHub
- URL: https://github.com/fubarhouse/govcms-composer
- Owner: fubarhouse
- License: mit
- Created: 2018-03-17T00:33:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T19:07:17.000Z (over 3 years ago)
- Last Synced: 2024-10-12T02:23:09.293Z (about 1 month ago)
- Language: Shell
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# govCMS Composer
## Disclaimer
This repository is not the property of any government agency, and has no official affiliation with any government agency. This repository consists simply of just a Drupal composer file which assembles a codebase which would otherwise be identifiable as the govCMS software-as-a-service distribution.
This repository is privately and independently created, managed and maintained by the author (@fubarhouse).
## Introduction
* This is a working composer version of the govCMS Drupal 7 distribution.
* This repository which aims to be self-contained in **nothing more** than a single composer.json file.## Getting started
The point of this project is to have an exceptionally simple installation which loads a file system into place.
It does not manage virtual hosts, hosting, hosts entries or drush aliases.
### Prerequisites
* Composer.
* A PHP instance which works with Drupal 7.
* A database to install it to after composer completes.### Installing
```sh
composer install
```or
````sh
cd /path/to/repository && ./rebuild.sh
````## License
MIT
## Author information
This project was created in 2018 by [Karl Hepworth](https://twitter.com/fubarhouse).