Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.09 KB

DSpace & Docker.

An Introduction to containers for development & production.

The slides are available at the slides/ subdirectory. Just run make slides there and open your browser at http://localhost:4100.

The example tasks are at tasks/.

Requirements

Get Started

Local machine
git clone https://github.com/uniba-ub/dspace-workshop
cd dspace-workshop
ssh -i id_rsa_workshop root@${ip}
Continue on a server
git clone https://github.com/uniba-ub/dspace-workshop
cd dspace-workshop
cd tasks/task{1..} && cat README.md

Docker docs

You can get help about commands with docker help or docker <Management Command> help. Docker-compose also provides help (docker-compose help)