Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
7c90fcf5
Commit
7c90fcf5
authored
Mar 05, 2017
by
Zamil Majdy
Browse files
#140382397 #5 Move install to one line
parent
798fbc9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7c90fcf5
...
...
@@ -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;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment