Skip to content
Snippets Groups Projects
Commit 22b42771 authored by Fredrik Pettai's avatar Fredrik Pettai
Browse files

prepend sudo on the adminstrative commands

parent 66afac30
Branches
Tags
No related merge requests found
...@@ -11,9 +11,9 @@ The current version of SOCTools only runs on a single server. A fully distribute ...@@ -11,9 +11,9 @@ The current version of SOCTools only runs on a single server. A fully distribute
* Minimal installation of CentOS7 * Minimal installation of CentOS7
* Install Ansible * Install Ansible
* `yum -y install epel-release` * `sudo yum -y install epel-release`
* `yum -y install ansible git` * `sudo yum -y install ansible git`
* `ansible-galaxy collection install ansible.posix` * `sudo ansible-galaxy collection install ansible.posix`
## Clone SOCTools ## Clone SOCTools
* `git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git` * `git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment