Sign inSign up

rndnet/server

By rndnet

Updated almost 5 years ago

Image
0

1.8K

rndnet/server repository overview

  1. helm - RnDnet server installation and managment with helm

Install

  1. Change dir to helm and Run bash make-installer-instance.sh and set values for new rndnet server managment instance:
  • New server name
  • Target dir
  • Kubernetes Namespace
  • Cloud Database host

If you need in nginx ingress controller then say "y" on question "Create nginx ingress controller installer for this server [y/n]?" and set values

  • Internet host name
  • Internet external ip
  • Internet external port
  • Certificate

If you need in script for certificate secret creation say "y" on question "Create nginx cert installer? [y/n]?" and set values:

  • Fullchain cer full file path
  • Certificate key full file path

If you have RnDnet server helm source and you wont use them then say "n" on question "Install from helm package (y) or from helm sources [any]?".

  1. Go to this target directory

  2. Modify files with valid settings

    • install.sh - database name, database port, database connection rules, rabbitmq connection string, mail server params and others.
    • values.yaml - host aliaces and multiline database connection rules
  3. Run ./install-dry-test.sh for check settings.

  4. If you created nginx cert installer than: bash nginx/cert/add-secret.sh

  5. If you created nginx installer than:

    • cd nginx
    • bash install.sh
  6. Run bash install.sh

Uninstall

  1. If you created nginx cert installer than: bash nginx/cert/rm-secret.sh

  2. If you created nginx installer than:

    • cd nginx
    • bash uinstall.sh
  3. Run bash uninstall.sh

  4. plain - RnDnet server manual installation and managment

Tag summary

Content type

Image

Digest

Size

414.8 MB

Last updated

almost 5 years ago

docker pull rndnet/server