Skip to content
Snippets Groups Projects
Commit 079cf7b8 authored by Quazgar's avatar Quazgar
Browse files

Merge branch 'remove_setup_os' into 'dev'

MAINT: remove unused and inappropriate function

See merge request caosdb/caosdb-mysqlbackend!7
parents fed4c9f7 cff0a6c8
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@
## Dependencies
* `MariaDB Client 10.1`, `MySQL Client 5.5`, or later versions. In the case of
MySQL, version 5.6 is recommended.
- make
## Create the configuration
* Run `./configure`. For the default values and the meaning of these default
......
......@@ -103,25 +103,6 @@ function _setup_mytap() {
echo [DONE]
}
function setup_os() {
# - mariadb-client :: For SQL server configuration.
PACKAGES="git
make
mariadb-client
maven
openjdk-8-jdk-headless
python3-pip
screen
unzip
"
# - vim :: For debugging
PACKAGES+="vim
"
apt-get update
apt-get dist-upgrade -y
apt-get install -y $PACKAGES
}
function install_db() {
if _db_exists ; then
echo -e "\n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment