Merge branch 'main' of gitlab.com:agaric/documentation into main
This commit is contained in:
commit
0a4e9a6142
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ This documentation page is a good one to copy or refer to for an example of MyST
|
|||
## Where to post what
|
||||
|
||||
|
||||
We like [Gitlab's approach](https://about.gitlab.com/handbook/git-page-update/#where-should-content-go): If you're not sure where to put something in documentation, or if it even is documentation, [write a blog post](https://agaric.com/node/add/blog). Or even, in the Agaric context, just throw it in a [raw note](https://gitlab.com/agaric/resources/raw-notes) (this private repository automatically publishes non-draft notes publicly to [agaric.gitlab.io/raw-notes](https://agaric.gitlab.io/raw-notes/)).
|
||||
We like [Gitlab's approach](https://about.gitlab.com/handbook/git-page-update/#where-should-content-go): If you're not sure where to put something in documentation, or if it even is documentation, [write a blog post](https://agaric.com/node/add/blog). Or even, in the Agaric context, just throw it in a [raw note](https://gitlab.com/agaric/raw-notes) (this private repository automatically publishes non-draft notes publicly to [agaric.gitlab.io/raw-notes](https://agaric.gitlab.io/raw-notes/)).
|
||||
|
||||
Somewhere is better than nowhere.
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ ddev composer install
|
|||
```
|
||||
|
||||
```{note}
|
||||
Webserver, PHP, and MySQL versions and types are selected here to match those used on Elizabeth and should be adjusted to match your live environment, including double-checking that they are still valid for `elizabeth.mayfirst.org`. Please update this documentation if it changes! The last two options (enabling Xdebug by default and not using DNS for your local site) are optional at the developer's preference. Additional ddev options can be found at https://ddev.readthedocs.io/en/latest/users/cli-usage/
|
||||
Webserver, PHP, and MySQL versions and types are selected here to match those used on Elizabeth and should be adjusted to match your live environment, including double-checking that they are still valid for `elizabeth.mayfirst.org`. Please update this documentation if it changes! The last two options (enabling Xdebug by default and not using DNS for your local site) are optional at the developer's preference. Additional ddev options can be found at [ddev.readthedocs.io/en/latest/users/cli-usage](https://ddev.readthedocs.io/en/latest/users/cli-usage/).
|
||||
```
|
||||
|
||||
## Setting up database and configuration for the live instance
|
||||
|
|
|
@ -22,4 +22,4 @@ Don't forget the poweroff part or it breaks SSH until you run it.
|
|||
|
||||
## Using ddev
|
||||
|
||||
See [creating new Drutopia sites](tools/creating-new-drutopia-site) for per-site ddev configuration.
|
||||
See [creating new Drutopia sites](creating-new-drutopia-site) for per-site ddev configuration.
|
||||
|
|
Loading…
Reference in a new issue