Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 548 Bytes

server-tips.md

File metadata and controls

7 lines (7 loc) · 548 Bytes

When you want to create your own Server I suggest to use Matrix-Docker-Ansible.
The advantage is that there are built in many servers, which you can easy install and updates if you want.
It's easy to update all of this. e.G. when you use Linux you just need to use this two commands and everything is up to date.

git pull
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start