|
How to set up Tripanel on Red Hat Linux.
Before installing Tripanel you need to have certain basic software
running on the server. Below are links to turorials for installing/configuring
these prerequisites. Use these tutorials if they are not yet installed.
1). Place the Tripanel archive in "/home/" on your server.
2). Unpack the archive:
| $> tar zvxf tripanel-{ver}.tar.gz |
3). This creates a new directory in "/home/" called "tripanel-install"
- rename this directory to "tripanel":
| $> mv /home/tripanel-install /home/tripanel |
4). Make your home directory (where the sites will be set up)
5). Copy the Tripanel start and stop script to the system init
directories.
| $> cp /home/tripanel/utils/TRIPANEL /etc/rc.d/init.d/tripanel |
6). Optional: If you wish Tripanel to start automatically when
the server boots then do this:
$> cp /etc/rc.d/init.d/tripanel /etc/rc.d/rc2.d/S99tripanel
$> cp /etc/rc.d/init.d/tripanel /etc/rc.d/rc3.d/S99tripanel
$> cp /etc/rc.d/init.d/tripanel /etc/rc.d/rc5.d/S99tripanel |
7). Configure the graphical statistics (AWstats). We have pre-configured
AWstats in the Tripanel Archive but you will need to create a link
to it like so:
| $> ln -s /home/tripanel/cfg/awstats /etc/ |
8). Set up the Tripanel user. DO NOT add a password for this user.
And create the tripanel web directory.
| $> useradd -d "/home/tripanel_server"
-s /bin/false tripanel_server |
9). Set the permissions correctly.
$> chown tripanel_server:tripanel_server
-Rf /home/tripanel_server
$> chmod 774 /home/tripanel_server/inc.php |
10). Create a false shell.
Open file "/etc/shells" and add the following line
/ftp_only
11). Start Tripanel
| $> /etc/rc.d/init.d/tripanel start |
12). Log into Tripanel in your web browser. The URL will be:
http://<server>:6197/
Username: admin
Password: tripanel
Click on the link "Main Config" and fill in the values.
13). For the Autoresponders to work - do the following:
| $> ln -s /home/tripanel/bin/responder.pl
/etc/smrsh |
Done.
Related:
Getting NeoMail webmail to work
Configuring PHP MyAdmin
Tripanel tutorials index
Reference:
Red Hat Linux
Website
|