Update Technical informations authored by Moreau Nicolas's avatar Moreau Nicolas
......@@ -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 :
```plaintext
- help Show this help
- build Build the application
- buildrun Build and run the application
- prune Prune existing containers
- run Run the application without build
- updatespectro Will build and run yafits, spectroscopy database will be updated
```
* help Show this help
* build Build the application
* buildrun Build and run the application
* prune Prune existing containers
* run Run the application without build
* updatespectro Will build and run yafits, spectroscopy database will be updated
# Starting portainer
```plaintext
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
```
## Activating `jupyterhub` sur `romeo`
......
......