From f43be28ffb1ee5dbbb59afee525d2a9f3164e59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristi=C3=A1n=20Feldsam?= Date: Mon, 9 Jan 2017 16:44:15 +0100 Subject: [PATCH] Update README.md - Updated installation procedure --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dba7f9..ae807bf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ This module is compatible with ISPConfig version 3.1 This module have to be installed on master node in multiserver setup. -- Download this repo as archive, unpack it to `/usr/local/ispconfig/interface/web/` +- Download this repo as archive, unpack it to `/usr/local/ispconfig/interface/web/` and rename forlder to `wizard` OR +clone repo using git `git clone https://git.ispconfig.org/ispconfig/module-wizard.git /usr/local/ispconfig/interface/web/wizard` - Create DB table provided in db.sql file `mysql -u root -p < db.sql` - Enable module in user interface System -> CP Users -> Admin user -> Check "wizard" and save. - If it doesn't work, enable module manually by editing admin user in DB table `sys_user` column `modules` -- GitLab