Commit fresh Drutopia project template
This commit is contained in:
parent
c4927e4c39
commit
f12d7a2aee
13 changed files with 11181 additions and 0 deletions
15
README.md
15
README.md
|
@ -0,0 +1,15 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue