Skip to content
Snippets Groups Projects
Commit 6b81ddef authored by benedikt.kroening's avatar benedikt.kroening
Browse files

Updated readme

parent 004d93fb
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,12 @@ By default this will install a singlenode environment consisting of: ...@@ -9,7 +9,12 @@ By default this will install a singlenode environment consisting of:
## Configuration ## Configuration
Basic Configuration is located inside the file `config/config`. Basic Configuration is located inside the file `config/config`.
Most optiony can be overriden by using each shell-scripts parameters (sometimes described in the help text) Most options can be overriden by using each shell-scripts parameters (sometimes described in the help text)
### Docker configuration
The docker configuration is located at `docker/config` and will override values from the above default config.
You may also override config by providing environmental variables.
## Versions ## Versions
...@@ -40,11 +45,16 @@ You can supply each component individually. Read the help text for more informat ...@@ -40,11 +45,16 @@ You can supply each component individually. Read the help text for more informat
### Add additiional features/components ### Add additiional features/components
Whenever you feel that you might want to test additional components you can install or enable them. Whenever you feel that you might want to test additional components you can install or enable them.
Take a look at the features/ direcotry for the feature related scripts. These scripts will install and configure the feature.
#### Guard
To enable / install guard on a node simply execute:
` $ features/guard.sh --install --enable `
#### Guard / Documents If you are using the docker environment you can enable guard by executing the installer inside the running container:
Simply provide the parameter (only one or both) and the installer will add missing packages/configs:
` $ ./ox-installer.sh --guard --documents` ` $ docker-compose exec singlenode bash -c "/ox-installer/features/guard.sh --install --enable" `
#### additional features #### additional features
Take a look into the 'features' folder. You may enable/disable additional featues by executing those scripts. Take a look into the 'features' folder. You may enable/disable additional featues by executing those scripts.
......
...@@ -33,7 +33,7 @@ OX_CONFIGDB_NAME=configdb ...@@ -33,7 +33,7 @@ OX_CONFIGDB_NAME=configdb
INSTALL_DATABASE=true INSTALL_DATABASE=true
INSTALL_MIDDLEWARE=true INSTALL_MIDDLEWARE=true
INSTALL_FRONTEND=true INSTALL_FRONTEND=true
INSTALL_GUARD=true INSTALL_GUARD=false
INSTALL_DOCUMENTS=false INSTALL_DOCUMENTS=false
INSTALL_DOCUMENTCONVERTER=false INSTALL_DOCUMENTCONVERTER=false
INSTALL_TYPE=singlenode INSTALL_TYPE=singlenode
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment