Articles in this section

How to install Web Presence Builder 17.8.12 Standalone on Debian 10

DoNotDelete:docref kb: how-to Web Presence Builder

Applicable to:

  • Plesk Obsidian for Linux

Question

How to install Web Presence Builder 17.8.12 Standalone on Debian 10? 

Answer

Follow these steps  on Debian 10:

  1. Connect to the server via SSH
  2. Open/create the file /etc/apt/sources.list. In this example, we are using the vi editor.

    # vi /etc/apt/sources.list

  3. Add the content below then save and close the file.

    CONFIG_TEXT: deb http://autoinstall.plesk.com/WPB/Standalone/17.8.12 buster all

  4. Download the gpg file:

    # wget http://autoinstall.plesk.com/WPB/Standalone/17.8.12/wpb.gpg

  5. Install the gpg file:

    # apt-get install gnupg && apt-key add wpb.gpg

  6. Update package list for the newly added repository:

    # apt-get update

  7. Start Web Presense Builder installation:

    # apt-get install wpb

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.