mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Change name of admins section back to administration (#175)
* Change name of admins section back to administration To avoid breaking existing links * fix links
This commit is contained in:
parent
3615999c95
commit
14bbf215f6
14 changed files with 14 additions and 14 deletions
|
@ -14,18 +14,18 @@
|
||||||
|
|
||||||
# For Admins
|
# For Admins
|
||||||
|
|
||||||
- [Administration](admins/administration.md)
|
- [Administration](administration/administration.md)
|
||||||
- [Install with Docker](admins/install_docker.md)
|
- [Install with Docker](administration/install_docker.md)
|
||||||
- [Install with Ansible](admins/install_ansible.md)
|
- [Install with Ansible](administration/install_ansible.md)
|
||||||
- [Install from Scratch](admins/from_scratch.md)
|
- [Install from Scratch](administration/from_scratch.md)
|
||||||
- [Install on AWS](admins/on_aws.md)
|
- [Install on AWS](administration/on_aws.md)
|
||||||
- [First Steps](admins/first_steps.md)
|
- [First Steps](administration/first_steps.md)
|
||||||
- [Configuration](admins/configuration.md)
|
- [Configuration](administration/configuration.md)
|
||||||
- [Theming Guide](admins/theming.md)
|
- [Theming Guide](administration/theming.md)
|
||||||
- [Getting started with Federation](admins/federation_getting_started.md)
|
- [Getting started with Federation](administration/federation_getting_started.md)
|
||||||
- [Troubleshooting](admins/troubleshooting.md)
|
- [Troubleshooting](administration/troubleshooting.md)
|
||||||
- [Backup and Restore](admins/backup_and_restore.md)
|
- [Backup and Restore](administration/backup_and_restore.md)
|
||||||
- [Using Caddy as a reverse proxy](admins/caddy.md)
|
- [Using Caddy as a reverse proxy](administration/caddy.md)
|
||||||
|
|
||||||
# For Developers
|
# For Developers
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,8 @@ Firefox containers are a good way to test them interacting.
|
||||||
|
|
||||||
Note that federation is currently in alpha. **Only use it for testing**, not on any production server, and be aware that turning on federation may break your instance.
|
Note that federation is currently in alpha. **Only use it for testing**, not on any production server, and be aware that turning on federation may break your instance.
|
||||||
|
|
||||||
Follow the normal installation instructions, either with [Ansible](../admins/install_ansible.md) or
|
Follow the normal installation instructions, either with [Ansible](../administration/install_ansible.md) or
|
||||||
[manually](../admins/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in
|
[manually](../administration/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in
|
||||||
`/lemmy/docker-compose.yml` with `image: dessalines/lemmy:federation`.
|
`/lemmy/docker-compose.yml` with `image: dessalines/lemmy:federation`.
|
||||||
|
|
||||||
Afterwards, and whenever you want to update to the latest version, run these commands on the server:
|
Afterwards, and whenever you want to update to the latest version, run these commands on the server:
|
||||||
|
|
Loading…
Reference in a new issue