Skip to content
Snippets Groups Projects
Unverified Commit d135061d authored by Daniel's avatar Daniel
Browse files

Merge branch 'dev' into f-clean-scripts

parents f93a3735 079cf7b8
No related branches found
No related tags found
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
......
......@@ -108,27 +108,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.
Finish editing this message first!
Please register or to comment