Grassroots Economic Organizing (GEO) Collective's main website. As a Drutopia project we hope others can learn from and emulate, this project is public. https://geo.coop
Find a file
2019-07-19 09:31:50 -04:00
.ddev Initial Commit 2019-07-17 14:47:01 -05:00
config/sync Remove the powered by Drutopia block that depends on Drutopia profile 2019-07-19 09:31:50 -04:00
web Move configuration to standard location (config next to web) 2019-07-18 21:22:58 -04:00
.gitignore Initial Commit 2019-07-17 14:47:01 -05:00
composer.json Use the dev version of config actions 2019-07-18 23:59:40 -04:00
composer.lock Commit composer lock file 2019-07-18 23:59:54 -04:00
ddev_drush_settings.php I think this is safe to commit across environments 2019-07-18 23:27:24 -04:00
README.md Commit fresh Drutopia project template 2019-07-12 14:27:04 -04:00

This is a composer based installer for the Drutopia distribution.

Prerequisites

  1. Prepare a local server for Drupal
  2. Install Composer

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. You should be able to install it like any other Drupal site.