From cc692bc592b010826474dcd179ef3443dc17de8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric?= Date: Wed, 6 Jul 2016 15:40:59 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b545db..3e3ac1d 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ This application is an Add-ons for ISPConfig used for VPS Management (Proxmox) - Network Interfaces (Vlan, Rate) ## Screenshots - + - + - + ## How To implement this module - Create Proxmox user for ISPConfig communication with PVEVMUser right @@ -50,6 +50,9 @@ This application is an Add-ons for ISPConfig used for VPS Management (Proxmox) - $conf["pve_link"] = 'hostname / ip of your cluster head'; - $conf["pve_realm"] = 'realm'; - Please do not use your Proxmox root user ! +- Enable the module -> /usr/local/ispconfig/interface/lib/config.inc.local.php + - Add "proxmox" to the variable $conf['modules_available'] + - Dont forget to activate it for your Ispconfig user - Create MySQL table for this module -> misc/vm_proxmox.sql - If you are on multi-servers setup you have to do this on each server -- GitLab