Update Technical informations authored by Moreau Nicolas's avatar Moreau Nicolas
...@@ -49,21 +49,18 @@ docker-compose up -d ...@@ -49,21 +49,18 @@ docker-compose up -d
Yafits provides a bash control script called yafits installed in the root directory. It accepts the following arguments : Yafits provides a bash control script called yafits installed in the root directory. It accepts the following arguments :
```plaintext * help Show this help
- help Show this help * build Build the application
- build Build the application * buildrun Build and run the application
- buildrun Build and run the application * prune Prune existing containers
- prune Prune existing containers * run Run the application without build
- run Run the application without build * updatespectro Will build and run yafits, spectroscopy database will be updated
- updatespectro Will build and run yafits, spectroscopy database will be updated
```
# Starting portainer # Starting portainer
```plaintext ```plaintext
docker volume create portainer_data docker volume create portainer_data
docker run -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer docker run -d -p 8000:8000 -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
``` ```
## Activating `jupyterhub` sur `romeo` ## Activating `jupyterhub` sur `romeo`
... ...
......