Changeset 17273


Ignore:
Timestamp:
11 Jan 2023, 10:08:44 (21 months ago)
Author:
Henrik Bettermann
Message:

Beautify INSTALL.txt.

Location:
main/waeup.kofa/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r17272 r17273  
    55=======================
    66
    7 * No changes yet.
     7* Beautify INSTALL.txt.
    88
    991.8 (2023-01-11)
  • main/waeup.kofa/trunk/docs/INSTALL.txt

    r17264 r17273  
    110110
    111111
    112 Run `kofa` daemonized:
    113 **********************
     112Run `kofa` daemonized
     113*********************
    114114
    115115If you want to run `kofa` daemonized, use this::
     
    134134********************************************
    135135
    136 If an instance is running, you can enter the filesystem with for instance:
     136If an instance is running, you can enter the filesystem with for instance::
    137137
    138138   $ docker run --rm -it -v kofadata1:/home/kofa/waeup.kofa/var kofa:latest /bin/bash
     
    147147For backups etc. it is essential that you can copy data from or to the
    148148container. To do this, we mount a second local directory into the container and
    149 use that for transmitting data:
     149use that for transmitting data::
    150150
    151151  $ mkdir mybackup
     
    159159******************************************************
    160160
    161   ## startup Kofa in foreground
     161Startup Kofa in foreground::
    162162
    163163  $ bin/kofactl fg
    164164  # press CTRL-D to stop the kofa server
    165165
    166   ## startup Kofa in background
     166Startup Kofa in background::
    167167
    168168  $ bin/kofactl start
     
    173173
    174174Have fun with Kofa!
    175 
    176175
    177176
Note: See TracChangeset for help on using the changeset viewer.