|
@@ -28,7 +28,18 @@ git pull origin master
|
|
|
- copy `bin/env.sh.sample` to `bin/env.sh` and set a secret `$PGPASS`, other settings are probably OK,
|
|
|
check `$DOCKERCOMPOSE`
|
|
|
- set the same value as `password` in `labkey/labkey.xml`
|
|
|
-
|
|
|
+
|
|
|
+### Permissions
|
|
|
+
|
|
|
+To run as non-root user labkey, files should have the proper permissions. I believe that starting from scratch,
|
|
|
+the neccesary files will be created with appropriate permissions. If using an old implementation or in case of troubles, the following directories should be owned by labkey:labkey on host machine:
|
|
|
+
|
|
|
+```bash
|
|
|
+~/software/src/LabKey22.3.2-3-community/*
|
|
|
+~/labkey/externalModules
|
|
|
+~/labkey/files
|
|
|
+```
|
|
|
+
|
|
|
### Start containers
|
|
|
|
|
|
Run `bin/startLabkey.sh`. This will do several things:
|