mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 12:51:18 +00:00
Merge pull request #859 from LemmyNet/adding_ansible_comment_line
Adding ansible comment line.
This commit is contained in:
commit
9cf58a74d1
1 changed files with 3 additions and 0 deletions
3
docs/src/administration_install_ansible.md
vendored
3
docs/src/administration_install_ansible.md
vendored
|
@ -11,6 +11,9 @@ git clone https://github.com/LemmyNet/lemmy.git
|
||||||
cd lemmy/ansible/
|
cd lemmy/ansible/
|
||||||
cp inventory.example inventory
|
cp inventory.example inventory
|
||||||
nano inventory # enter your server, domain, contact email
|
nano inventory # enter your server, domain, contact email
|
||||||
|
# If the command below fails, you may need to comment out this line
|
||||||
|
# In the ansible.cfg file:
|
||||||
|
# interpreter_python=/usr/bin/python3
|
||||||
ansible-playbook lemmy.yml --become
|
ansible-playbook lemmy.yml --become
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue