23 lines
563 B
Markdown
23 lines
563 B
Markdown
# Deploying Drutopia Sites
|
|
|
|
Agaric manages a large number of Drupal, primarily [Drutopia](https://drutopia.org/) sites, on a
|
|
|
|
If you won't be deploy
|
|
|
|
## Overall setup
|
|
|
|
Strongly recommended to set up locally like this:
|
|
|
|
```
|
|
mkdir ~/Projects/
|
|
cd ~/Projects/
|
|
|
|
```
|
|
|
|
Copy commands will assume this setup.
|
|
|
|
## Create a new site project
|
|
|
|
Ordinarily this will live under https://gitlab.com/agaric/sites (for Agaric clients) or https://gitlab.com/drutopia-platform/sites (for direct Drutopia platform members).
|
|
|
|
Copy the https://gitlab.com/drutopia-platform/build_source
|