Skip to content
Snippets Groups Projects
Commit 9c7470b7 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Merge branch 'master' of gitlab.nibio.no:vips-setup/vips-backend-single-server

parents 4dc9e2ac 1e342214
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,14 @@ This repository contains scripts and documentation for configuring the VIPS back
## Instructions
Before you do this, you need to set the correct locale for the server, by:
`locale-gen en_US.UTF-8`
`sudo dpkg-reconfigure locales`
(Select en_US.UTF-8 as the default locale)
You need to clone (download) the entire repository to the server on which you want to install VIPS.
In order to clone this repository, issue this command:
......@@ -21,7 +29,9 @@ If you get this error message:
`echo $(echo -n | openssl s_client -showcerts -connect gitlab.nibio.no:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p') >> /etc/ssl/certs/ca-certificates.crt`
...and then run the git clone command again
...and then run the git clone command again.
Make sure that the git repo is globally accessible (not only by ROOT)
cd into the directory vips-backend-single-server/ and run the script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment