An open API service indexing awesome lists of open source software.

https://github.com/uq-rcc/ipp-deployment

Deploying IPP and its components
https://github.com/uq-rcc/ipp-deployment

imageprocessingportal ipp

Last synced: 6 days ago
JSON representation

Deploying IPP and its components

Awesome Lists containing this project

README

          

1. Use ansible to bringup a openstack stack and install neccessary software

2. Use docker-compose
* Update docker-compose.yml file with new images
* If required update the .env with new environmental values
* Run "source .env" to apply .env changes
* If required, clean the unused docker images (docker stop , docker rmi -f , docker compose rm or docker system prune )
* Deploy new images and start containers:
-- docker compose -f docker-compose.yml up -d
* Maintenance: docker-compose -f docker-compose-maintenance.yml up -d