Changeset 17273 for main/waeup.kofa/trunk/docs/INSTALL.txt
- Timestamp:
- 11 Jan 2023, 10:08:44 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/INSTALL.txt
r17264 r17273 110 110 111 111 112 Run `kofa` daemonized :113 ********************* *112 Run `kofa` daemonized 113 ********************* 114 114 115 115 If you want to run `kofa` daemonized, use this:: … … 134 134 ******************************************** 135 135 136 If an instance is running, you can enter the filesystem with for instance: 136 If an instance is running, you can enter the filesystem with for instance:: 137 137 138 138 $ docker run --rm -it -v kofadata1:/home/kofa/waeup.kofa/var kofa:latest /bin/bash … … 147 147 For backups etc. it is essential that you can copy data from or to the 148 148 container. To do this, we mount a second local directory into the container and 149 use that for transmitting data: 149 use that for transmitting data:: 150 150 151 151 $ mkdir mybackup … … 159 159 ****************************************************** 160 160 161 ## startup Kofa in foreground 161 Startup Kofa in foreground:: 162 162 163 163 $ bin/kofactl fg 164 164 # press CTRL-D to stop the kofa server 165 165 166 ## startup Kofa in background 166 Startup Kofa in background:: 167 167 168 168 $ bin/kofactl start … … 173 173 174 174 Have fun with Kofa! 175 176 175 177 176
Note: See TracChangeset for help on using the changeset viewer.