|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
bin | %!s(int64=3) %!d(string=hai) anos | |
config | %!s(int64=3) %!d(string=hai) anos | |
labkey | %!s(int64=3) %!d(string=hai) anos | |
software | %!s(int64=3) %!d(string=hai) anos | |
tomcat8 | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
Re | %!s(int64=3) %!d(string=hai) anos |
This git project contains everything required to start labkey as a docker container.
docker
and docker-compose
labkey
with docker
privilegessudo adduser labkey
sudo usermod -G docker labkey
sudo su labkey
cd
git init .
git remote add origin <repository-url>
git pull origin master
bin/installLabkey.sh 22.3
to unzip the enclosed LabKey binary code and make appropriate links.bin/env.sh.sample
to bin/env.sh
and set a secret $PGPASS
, other settings are probably OK,
check $DOCKERCOMPOSE
password
in labkey/labkey.xml
Run bin/startLabkey.sh
. This will do several things:
~/postgresl/data
.In principle, the service should be running at http://localhost:8443/labkey
. Check output of inidividual
components by:
docker logs config-db-1
docker logs config-web-1
docker exec -it config-db-1 bash
Errors of the type 500: Unexpected server error
are common and related