Knowledgebase

How to install Web Presence Builder 17.8.12 Standalone on Debian 10

As of my last knowledge update in September 2021, Web Presence Builder 17.8.12 is a website-building tool provided by Plesk. Installing it as a standalone component on Debian 10 involves several steps. Please follow these instructions:

  1. Prepare Your System:

    • Ensure that your Debian 10 server is up-to-date. You can do this by running the following commands:

      SQL
      sudo apt update sudo apt upgrade
  2. Download Web Presence Builder:

    • Download the Web Presence Builder installer from the official Plesk website or from the Plesk repository.
  3. Install Required Packages:

    • Web Presence Builder requires some dependencies to be installed. Run the following command:

      sudo apt install libxslt1.1 libgomp1 libssl1.1 zlib1g unzip wget
  4. Extract the Installer:

    • Use the unzip command to extract the installer package:

      Python
      unzip Web_Presence_Builder_17.8.12_Debian_9.0.zip
  5. Run the Installer:

    • Execute the installer script. Make sure to use sudo to have the necessary permissions:

      sudo sh pp17.8.12_repair_linux_debian9_64.sh
    • Follow the prompts and provide any required information during the installation process.

  6. Start Web Presence Builder Service:

    • Once the installation is complete, start the Web Presence Builder service:

      SQL
      sudo systemctl start sitebuilder
  7. Enable Web Presence Builder on Boot:

    • To ensure that Web Presence Builder starts automatically on system boot, run:

      bash
      sudo systemctl enable sitebuilder
  8. Access Web Presence Builder:

    • You should now be able to access Web Presence Builder by navigating to the appropriate URL in your web browser.
  9. Configure Web Presence Builder:

    • Follow the on-screen instructions to configure Web Presence Builder and set up your first website.

Please note that the exact steps and package names may vary depending on the specific release of Web Presence Builder and any updates that may have been made after September 2021. Always refer to the official documentation provided by Plesk for the most up-to-date installation instructions.

  • 0 Users Found This Useful
Was this answer helpful?