GNUPanel

http://gnupanel.org/archives/57

Installation

Follow these steps in order to activate a GNUPanel LAMP server:

1) Once the OS is installed please check that packages “locales” and “locales-all” are in the system, then run:
dpkg-reconfigure locales

All locales are generated, choose “en_US” as default.

2) Now you should execute the following commands:
apt-get update
apt-get dist-upgrade
mkdir /directorio
tar -xjvf fichero.tar.bz2 -C /directorio
cd /directorio

3) The installation process consist of 3 scripts, the first one should be the right one for your distribution:
./install-debian-dep.sh (Debian)
./install-ubuntu-hardy-dep.sh (Ubuntu Hardy Heron)
./install-ubuntu-intrepid-dep.sh (Ubuntu Intrepid Ibex)

Then:
./gnupanel-install.sh
gnupanel-config.sh

4) When configuration finish admin interface can be located here:
http://ip-publica/admin

5) Log into GNUPanel and add all IP addresses to be used in this server. You can do it from:
Main –> Add IP

Add any secondary server too.

6) Configure the first reseller plan and first reseller that will be associated to the main domain. The user level for this domain is configured automatically.

7) Now you can access all GNUPanel levels:
https://gnupanel.main_domain/admin
https://gnupanel.main_domain/reseller
https://gnupanel.main_domain/usuarios
https://gnupanel.main_domain/mail

Note for Ubuntu Hardy Heron: Once installation finish, edit /etc/proftpd/modules.conf and comment the line:
#LoadModule mod_dynmasq.c

Finally restart proftpd
/etc/init.d/proftpd restart

Comentarios