Applipress documentation 1.0 Help

Installing the Latest Version of Applipress

To ensure you're utilizing all the latest features and improvements, it's important to keep your Applipress installation up to date. Follow these steps to upgrade to the latest version:

  1. Stop the Applipress Application: If Applipress is currently running, stop it using the following command:

    ./stop.sh
  2. Pull the Latest Docker Image: Fetch the latest version of the Applipress Docker image from the Docker Hub repository by running:

    docker compose pull

    This command downloads the most recent image, ensuring you have the latest enhancements and bug fixes.

  3. Restart Applipress: Start the Applipress application with the updated image by executing:

    ./start.sh

    This command initializes the application using the latest version of the Docker image.

By following these steps, you'll successfully upgrade your Applipress installation to the latest version, enabling you to benefit from the most recent features and improvements made to the platform.

Last modified: 18 March 2024