Skip to content

gwos/deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GW8 Deployment

Usage:

The instruction for use implies that the repository is not present on the machine on which the installation / update is being performed.

$ git clone https://github.com/gwos/installer.git
$ cd installer
$ vi config.yml
# provide configuration parameters
$ ./install.sh

Parameters from the config.yml file:

    • gw8.tag - GW8 version you want to install/update                                  ! required
    • gw8.image - name of the installation image                                        ! required
    • gw8.instance_name - name of the GW8 instance                                      ! required
    • gw8.parent_instance_name - name of the GW8 parent (for PMC installation only)
    • gw8.parent_instance_name - name of the GW8 instance (for PMC installation only)
    • gw8.timezone - timezone to use for GW8 instance
    • gw8.dir - directory to store the gw8 folder with configuration files
    
    • docker.user - DockerHub username to pull necessary images                         ! required
    • docker.password - DockerHub password to pull necessary images                     ! required

config.yml example:

docker:
  user: admin
  password: admin

gw8:
  tag: master
  image: groundworkdevelopment/gw8
  instance_name: localhost
  parent_instance_name:
  child_instance_name:
  timezone: America/Denver
  dir: gw8

Overrides

To override any of the ULG files (/usr/local/groundwork/config), simply place them in the config directory. For example: ldap.properties

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages