init.sh 243 B

12345678
  1. #!/usr/bin/env bash
  2. rm -rf ./DTDesign
  3. git clone https://msdl.uantwerpen.be/git/lucasalbertins/DTDesign.git
  4. git -C DTDesign checkout octiva-docker
  5. mv ./DTDesign/examples/oml/SystemDesignOntology2Layers data/backend/ontology
  6. rm -rf ./DTDesign