25 lines
728 B
Markdown
25 lines
728 B
Markdown
# Deploying Drutopia Sites
|
|
|
|
Agaric manages a large number of Drupal, primarily [Drutopia](https://drutopia.org/) sites, on a
|
|
|
|
Please see [the Drutopia Platform README for an overview of hosting and deploying Drutopia sites](https://gitlab.com/drutopia-platform/drutopia_host#introduction )
|
|
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
|