Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
certo
gitlab
Commits
604043d1
Commit
604043d1
authored
Jan 18, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PostgreSQL needs run directory to start
parent
05c59ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
604043d1
...
...
@@ -22,10 +22,10 @@ all:
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf
gitlab-foss-v13.1.0.tar.bz2
mv
gitlab-foss-v13.1.0/*
/srv/www
tar
xf
gitlab-foss-v13.1.0.tar.bz2
-C
/srv/www
--strip-components
=
1
rm
-rf
/srv/www/index.html
install
-v
-m775
-o
postgres
-g
postgres
-d
/run/postgresql
sudo
-u
postgres
/usr/bin/pg_ctl
-s
-D
/srv/pgsql/data
start
-w
-t
120
sudo
-u
postgres
psql
-d
template1
-c
"CREATE USER git CREATEDB;"
sudo
-u
postgres
psql
-d
template1
-c
"CREATE EXTENSION IF NOT EXISTS pg_trgm;"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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