Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated using 4PSA automated script

...

  1. Run the following command.

    Shell

    curl "http://www.4psa.com/software/voipnow35installerinstaller.sh" -o voipnowinstaller.sh -L

  2. Ensure that the MySQL node has the following environment variables.

    Shell
    export ALT_DB_HOST=<hostname>
    export ALT_DB_PORT=<port>
    export ALT_DB_USER=<user>
    export ALT_DB_PASSWD=<password>
    export ALT_DB_NAME=<database>

    Note
    Credentials can be found in voipnowcredentials.conf
  3. Then run the following command.

    Shell

    sh voipnowinstaller.sh mysql

...

  1. VoipNow must know where MySQL is installed. For this, you must set the following shell environment variables.

    Shell

    export ALT_DB_HOST=<hostname>
    export ALT_DB_PORT=<port>
    export ALT_DB_USER=<user>
    export ALT_DB_PASSWD=<password>
    export ALT_DB_NAME=<database>

  2. Download the installer.

    Shell

    curl "http://www.4psa.com/software/voipnow35installerinstaller.sh" -o voipnowinstaller.sh -L

  3. Run the installer.

    Shell

    sh voipnowinstaller.sh

...

  1. Download the installer script.

    Shell

    curl "http://www.4psa.com/software/voipnow35installervoipnowinstaller.sh" -o voipnowinstaller.sh -L

  2. Make sure to set the installer to run in Standby mode.

    Shell

    export VNSTANDBY=1

  3. Finally, run the installer.

    Shell

    sh voipnowinstaller.sh

...

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.