1. Establish essential system features (would be taken care of by IT admin) 2. Bootstrap the data structures and example data we use for testing (would be taken care of by ICF admin) 3. Ingest demo DICOM data into the non-DataLad aspects of the data organization ((would be taken care of by ICF admin)
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e -u
|
|
|
|
apt-get update -qq
|
|
apt-get install eatmydata
|
|
eatmydata apt-get -y install apache2
|