Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
ox-installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
QA
ox-installer
Commits
6b81ddef
Commit
6b81ddef
authored
5 years ago
by
benedikt.kroening
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme
parent
004d93fb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+14
-4
14 additions, 4 deletions
README.md
config/config
+1
-1
1 addition, 1 deletion
config/config
with
15 additions
and
5 deletions
README.md
+
14
−
4
View file @
6b81ddef
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
config/config
+
1
−
1
View file @
6b81ddef
...
@@ -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=
tru
e
INSTALL_GUARD=
fals
e
INSTALL_DOCUMENTS=false
INSTALL_DOCUMENTS=false
INSTALL_DOCUMENTCONVERTER=false
INSTALL_DOCUMENTCONVERTER=false
INSTALL_TYPE=singlenode
INSTALL_TYPE=singlenode
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment