diff --git a/packaging/ansible/centos/README.txt b/packaging/ansible/centos/README.txt index 8a28a096..b31a77eb 100644 --- a/packaging/ansible/centos/README.txt +++ b/packaging/ansible/centos/README.txt @@ -5,4 +5,9 @@ install ansible sudo yum install ansible install ansible modules ansible-galaxy collection install ansible.utils -Edit /etc/ansible/hosts and add 127.0.0.1 \ No newline at end of file +Edit /etc/ansible/hosts and add 127.0.0.1 +Clone gofr github repository + git clone https://github.com/intrahealth/gofr.git +Run the installer + cd gofr/packaging/ansible/centos/ + bash run.sh \ No newline at end of file