Explorar o código

Update 'README.md'

Andrej Studen %!s(int64=3) %!d(string=hai) anos
pai
achega
ec364c2eb4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -8,17 +8,21 @@ This git project contains everything required to start labkey as a docker contai
 
 
 - Install [`docker`][docker] and [`docker-compose`][dockerCompose]
 - Install [`docker`][docker] and [`docker-compose`][dockerCompose]
 - create a user `labkey` with `docker` privileges
 - create a user `labkey` with `docker` privileges
+
 ```bash
 ```bash
 sudo adduser labkey
 sudo adduser labkey
 sudo -G docker labkey
 sudo -G docker labkey
 ```
 ```
+
 - clone the software directly into home
 - clone the software directly into home
+
 ```bash
 ```bash
 sudo su labkey
 sudo su labkey
 git init .
 git init .
 git remote add origin <repository-url>
 git remote add origin <repository-url>
 git pull origin master
 git pull origin master
 ```
 ```
+
 - run `bin/installLabkey.sh 22.3` to unzip the enclosed LabKey binary code and make appropriate links.
 - run `bin/installLabkey.sh 22.3` to unzip the enclosed LabKey binary code and make appropriate links.
 - copy `bin/env.sh.sample` to `bin/env.sh` and set a secret `$PGPASS`, other settings are probably OK, 
 - copy `bin/env.sh.sample` to `bin/env.sh` and set a secret `$PGPASS`, other settings are probably OK, 
   check `$DOCKERCOMPOSE`
   check `$DOCKERCOMPOSE`