Mercurial > hg > dml-home
comparison etc/setup_as_root.sh @ 100:a4cd935561d4 dml-dockerised tip
small updates and version pin for cliopatria
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Fri, 29 Jun 2018 17:48:41 +0100 |
parents | 672e1c8fb1f3 |
children |
comparison
equal
deleted
inserted
replaced
99:81d8cac0a8b9 | 100:a4cd935561d4 |
---|---|
42 # APT GET installs | 42 # APT GET installs |
43 $DO apt-get install -y build-essential autoconf mercurial git pkg-config screen curl | 43 $DO apt-get install -y build-essential autoconf mercurial git pkg-config screen curl |
44 $DO apt-get install -y libossp-uuid-dev libssl-dev zlib1g-dev unixodbc-dev libsmf-dev libsqlite3-dev | 44 $DO apt-get install -y libossp-uuid-dev libssl-dev zlib1g-dev unixodbc-dev libsmf-dev libsqlite3-dev |
45 $DO apt-get install -y graphviz lilypond pdf2svg texlive-font-utils p7zip-full | 45 $DO apt-get install -y graphviz lilypond pdf2svg texlive-font-utils p7zip-full |
46 $DO apt-get install -y vorbis-tools lame sox faad flac libsox-fmt-all fluidsynth | 46 $DO apt-get install -y vorbis-tools lame sox faad flac libsox-fmt-all fluidsynth |
47 $DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml | 47 $DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml |
48 $DO apt-get install -y r-base # R support, may need more modern version | |
48 # below may not be necessary | 49 # below may not be necessary |
49 #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password $DML_MYSQL_PASS' | 50 #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password $DML_MYSQL_PASS' |
50 #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password $DML_MYSQL_PASS' | 51 #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password $DML_MYSQL_PASS' |
51 $DO apt-get install -y mysql-server-5.5 libmyodbc | 52 $DO apt-get install -y mysql-server-5.5 libmyodbc |
52 | 53 |