Update README with getting started instructions
This commit is contained in:
parent
190e83b7db
commit
41103efb96
1 changed files with 19 additions and 8 deletions
27
README.md
27
README.md
|
@ -1,15 +1,26 @@
|
||||||
This is a composer based installer for the [Drutopia distribution](http://www.drupal.org/project/drutopia).
|
# GEO.coop README
|
||||||
|
|
||||||
# Prerequisites
|
This project is based on Drutopia, which means it is compatible with
|
||||||
|
existing and future Drutopia features. We will be diverging from
|
||||||
|
Drutopia for special functionality, however.
|
||||||
|
|
||||||
1. [Prepare a local server for Drupal](https://www.drupal.org/docs/develop/local-server-setup)
|
## Getting started
|
||||||
2. [Install Composer](https://getcomposer.org/download/)
|
|
||||||
|
|
||||||
|
One time:
|
||||||
## Installation of Drutopia basic
|
|
||||||
|
|
||||||
```
|
```
|
||||||
composer create-project drutopia/drutopia_template:dev-master --no-interaction DIRECTORY
|
git clone git@gitlab.com:agaric/sites/geo.git
|
||||||
|
cd geo
|
||||||
```
|
```
|
||||||
|
|
||||||
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.
|
[Install DDEV](https://ddev.readthedocs.io/en/latest/#installation) for
|
||||||
|
the following steps to work.
|
||||||
|
|
||||||
|
Whenever you want a fresh start:
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
|
git pull
|
||||||
|
ddev composer update
|
||||||
|
ddev . drush -y site:install minimal --existing-config
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue