Skip to content
Snippets Groups Projects
Commit 9dfda6b1 authored by hugo chauvet's avatar hugo chauvet
Browse files

Remove Ansible installation from README as it is now part of the VM

parent c8a8aa00
No related branches found
No related tags found
No related merge requests found
......@@ -5,19 +5,12 @@ A collection of [Ansible playbook](https://docs.ansible.com/ansible/latest/user_
These playbooks allow to run receipes to install stuff after the creation of the VM via:
https://docs.ansible.com/ansible/latest/user_guide/playbooks.html
## First Install Ansible
Open a terminal an type:
```bash
export PATH=$PATH:/home/guest/.local/bin && python3 -m pip install ansible
```
## Run ansible with a given playbook name
# Run ansible with a given playbook name
Playbook are loaded directly from this git repo thanks to ansible-pull command.
### Install Napari
## Install Napari
```bash
ansible-pull -U https://gitlab.com/soleil-data-treatment/soleil-beamlines/soleil-beamline-disco/vm-ansible-playbooks.git napari.yml
......@@ -25,7 +18,7 @@ ansible-pull -U https://gitlab.com/soleil-data-treatment/soleil-beamlines/soleil
After some time you will see an icon Napari on the desktop, just double click on it to launch Napari.
### Install Fiji
## Install Fiji
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment