geo-coop/README.md

16 lines
725 B
Markdown
Raw Normal View History

2019-07-12 14:27:04 -04:00
This is a composer based installer for the [Drutopia distribution](http://www.drupal.org/project/drutopia).
# Prerequisites
1. [Prepare a local server for Drupal](https://www.drupal.org/docs/develop/local-server-setup)
2. [Install Composer](https://getcomposer.org/download/)
## Installation of Drutopia basic
```
composer create-project drutopia/drutopia_template:dev-master --no-interaction DIRECTORY
```
Composer will create a new directory called DIRECTORY (change to whatever presumably lower-case name you would like). Inside you will find the web directory with the entire code base of [Drutopia distribution](http://www.drupal.org/project/drutopia). You should be able to install it like any other Drupal site.