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-18 14:58:19 -05:00
.ddev Initial Commit 2019-07-17 14:47:01 -05:00
sync Initial Commit 2019-07-17 14:47:01 -05:00
web Inicial story migration 2019-07-18 14:58:19 -05:00
.gitignore Initial Commit 2019-07-17 14:47:01 -05:00
composer.json Initial Commit 2019-07-17 14:47:01 -05:00
composer.lock Drupal 8.7.5 2019-07-18 11:13:08 -05: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.