Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 7c90fcf5 authored by Zamil Majdy's avatar Zamil Majdy
Browse files

#140382397 #5 Move install to one line

parent 798fbc9b
Branches
No related tags found
No related merge requests found
......@@ -2,10 +2,8 @@ test:
script:
- export DATABASE_URL=postgres://kape:kape@104.236.76.161:5432/kape
- apt-get update -qy
- apt-get install -y python-dev python-pip
- apt-get install sudo
- sudo apt-get install -y postgresql postgresql-client libpq-dev
- sudo service postgresql start
- apt-get install -y python-dev python-pip sudo postgresql postgresql-client libpq-dev
- service postgresql start
- sudo -u postgres psql -d kape
- CREATE USER kape WITH PASSWORD 'kape' CREATEDB;
- CREATE DATABASE kape OWNER kape;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment