Add clone commands to get the setup
This commit is contained in:
parent
cc866d9af2
commit
c5f8888a98
1 changed files with 13 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
Agaric manages a large number of Drupal, primarily [Drutopia](https://drutopia.org/) sites, on a
|
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 )
|
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
|
If you won't be deploying, skip overall setup.
|
||||||
|
|
||||||
|
|
||||||
## Overall setup
|
## Overall setup
|
||||||
|
@ -11,12 +11,20 @@ If you won't be deploy
|
||||||
Strongly recommended to set up locally like this:
|
Strongly recommended to set up locally like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
mkdir ~/Projects/
|
mkdir -p ~/Projects/drutopia-platform
|
||||||
cd ~/Projects/
|
cd ~/Projects/drutopia-platform
|
||||||
|
git clone git@gitlab.com:drutopia-platform/build_source.git
|
||||||
|
git clone git@gitlab.com:drutopia-platform/drutopia_host.git
|
||||||
|
cd drutopia_host
|
||||||
|
git clone git@gitlab.com:drutopia-platform/build_artifacts.git
|
||||||
|
git clone git@gitlab.com:drutopia-platform/hosting_private.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy commands will assume this setup.
|
```note
|
||||||
|
These last two repositories are private to Agaric and others maintaining the Drutopia platform, so if you're following along at home you'll have to create your own analogs, per [the documentation](https://gitlab.com/drutopia-platform/drutopia_host#introduction).
|
||||||
|
```
|
||||||
|
|
||||||
|
Commands for copying throughout will assume this above setup.
|
||||||
|
|
||||||
## Create a new site project
|
## Create a new site project
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue