Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
6b81ddef
Commit
6b81ddef
authored
Sep 27, 2019
by
benedikt.kroening
Browse files
Updated readme
parent
004d93fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6b81ddef
...
...
@@ -9,7 +9,12 @@ By default this will install a singlenode environment consisting of:
## Configuration
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
...
...
@@ -40,11 +45,16 @@ You can supply each component individually. Read the help text for more informat
### Add additiional features/components
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
Simply provide the parameter (only one or both) and the installer will add missing packages/configs:
If you are using the docker environment you can enable guard by executing the installer inside the running container:
` $
./ox-installer.sh --guard --documents
`
` $
docker-compose exec singlenode bash -c "/ox-installer/features/guard.sh --install --enable"
`
#### additional features
Take a look into the 'features' folder. You may enable/disable additional featues by executing those scripts.
...
...
config/config
View file @
6b81ddef
...
...
@@ -33,7 +33,7 @@ OX_CONFIGDB_NAME=configdb
INSTALL_DATABASE=true
INSTALL_MIDDLEWARE=true
INSTALL_FRONTEND=true
INSTALL_GUARD=
tru
e
INSTALL_GUARD=
fals
e
INSTALL_DOCUMENTS=false
INSTALL_DOCUMENTCONVERTER=false
INSTALL_TYPE=singlenode
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment