installer

command
v0.0.0-...-55bacb3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2019 License: GPL-3.0 Imports: 11 Imported by: 0

README

Installer (legacy)

Given installer is used only in ubuntu installation process.

Features

Installer is able to:

  • add dapp-openvpn products into the database
  • add password-salt to dapp-openvpn configs

Usage

    POSTGRES_USER=postgres
    POSTGRES_PORT=5432
    POSTGRES_PASSWORD=some_password
    
    BIN_DIR="$GOPATH/src/github.com/privatix/dapp-openvpn/bin"
    
    connection_string="dbname=dappctrl host=localhost sslmode=disable \
user=${POSTGRES_USER} \
port=${POSTGRES_PORT} \
${POSTGRES_PASSWORD:+ password=${POSTGRES_PASSWORD}}"

    $GOPATH/bin/bin/dapp-openvpn-inst \
     -rootdir=${BIN_DIR}/example \
     -connstr="$connection_string" -setauth

Authors

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL