Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the install script by going to:
    https://storage.googleapis.com/mm-prod-app-public-sharing/lipi/0.0.1/lipi

  2. Transfer the installer file to your LIPI server.

    1. Open up a File Transfer Protocol software (for example FileZilla) and connect to your LIPI server.

    2. Upload the file you downloaded. Place the folder in your user’s home folder.

  3. Make the lipi file executable:

    Code Block
    chmod +x lipi

  4. To complete the installation of the install script write the following:

    Code Block
    ./lipi --install latest


    You will get the following question, click Enter:

    Code Block
    Mazemap API key (leave blank and hit <enter> for offline installation):


    You are requested to input the installation folder. We recommend you to name the folder /lipi-install

    Code Block
    Installation folder: lipi-install 

  5. You should now get the following message, this means that you ave successfully installed the tool we use to install and set up the LIPI correct.

    Code Block
    Setup complete

  6. Download the newest lipi version by going to:
    https://www.jottacloud.com/s/1136898fc8a39ec4451a3147b8ae977c90b

  7. Transfer the installer file to your LIPI server.

    1. Open up a File Transfer Protocol software (for example FileZilla) and connect to your LIPI server.

    2. Upload the file you downloaded. Place the folder in your user’s home folder.

  8. In order to update do the following:

    Code Block
    ./lipi \
        --install 1.0.1 \
        --lipi-path /path/to/lipi.zip


  9. You will get the following questions. Press Enter for question number 1 and 2. Press y for question 3.

    Code Block
    Enter lipi_port (<enter> to keep "443"):
    Enter lipi server protocol (<enter> to keep "https")
    Ready to activate. Continue (y/n)?


    You should get the message:

    Code Block
    Stopping current lipi version: OK
    Waiting for LIPI to start (up to 30 sec): ....OK
    Saving config: OK

  10. Run the following command to get a status:

    Code Block
    ./lipi --status


    You should get the message:

    Code Block
    Checking lipi installation... OK
    Running shallow health checks... OK
    Running deep health checks... OK
    Status: healthy
    Version: 4.0.1Installed at: 2019-11-06 14:14:19

  11. Test and verify that the LIPI is running.

    1. Open a browser and go to https://debug.mazemap.com/lipi/

    2. Click on “Refresh List” and your LIPI should show up in the list.

    3. Click on the blue “Test”-button associated to your LIPI.

    4. If all tests are green and says “PASSED” it means your LIPI is working as expected without any issues. You can now go to use.mazemap.com and test that the blue dot is working as it did prior to the update.

    5. If one or more of the tests says “FAILED” contact MazeMap support at support@mazemap.com and describe the problem. Please take a screenshot of the tests and attach it to the email. Also click on the blue button on the bottom of the page that says “Send results to MazeMap”.

...