Browse Source

Merge branch 'master' into sfedoriv/APIAddSupportForAmazonEC2ComputeCloudService

pull/4/head
Svitlana 4 years ago
parent
commit
709c4083ff
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/first_time_ubuntu.sh

+ 1
- 1
bin/first_time_ubuntu.sh View File

@@ -12,7 +12,7 @@ sudo apt update -y || die "Error running apt update"
sudo apt upgrade -y || die "Error running apt upgrade"

# Install packages
sudo apt install openjdk-11-jdk maven postgresql-10 redis-server jq python3 python3-pip npm webpack -y || die "Error installing apt packages"
sudo apt install openjdk-11-jdk maven postgresql-10 redis-server jq python3 python3-pip npm webpack curl -y || die "Error installing apt packages"
sudo pip3 install setuptools psycopg2-binary || die "Error installing pip packages"

# Create DB user for current user, as superuser


Loading…
Cancel
Save