Previous Up Next
Download Ezeelogin Errors

Setup

After you have uploaded the Ezeelogin package to your SSH gateway server, login to your SSH gateway server as root. Make sure all the prerequisites are installed on the SSH gateway server. Now, just chmod the Ezeelogin package and execute it.

For example, if you downloaded the trial package ezeelogin_vt4.0.0_b1.bin

chmod 755 ezeelogin_vt4.0.0_b1.bin
./ezeelogin_vt4.0.0_b1.bin

This will install Ezeelogin at the default location /var/www/html. If you need to install it on another location, execute the package as follows:

./ezeelogin_vt4.0.0_b1.bin -- /usr/local/apache/htdocs

or

./ezeelogin_vt4.0.0_b1.bin -- /home/username/public_html

etcetera where /usr/local/apache/htdocs and /home/username/public_html are the document root folder for the domain where Ezeelogin is to be installed.

You may also specify the IP address of the secondary node (for Ezeelogin replication) as parameter at install time. The following methods are valid:

./ezeelogin_vt4.0.0_b1.bin -- 208.67.96.72
./ezeelogin_vt4.0.0_b1.bin -- 208.67.96.72 /usr/local/apache/htdocs
./ezeelogin_vt4.0.0_b1.bin -- /usr/local/apache/htdocs 208.67.96.72

If you haven't set specified the IP address of the secondary node at install time, you can set it later. See Managing cluster for more info.

Also specify the “secondary” parameter with IP address of the primary node when setting up secondary node. The following methods are valid:

./ezeelogin_vt4.0.0_b1.bin -- 208.67.96.66 secondary
./ezeelogin_vt4.0.0_b1.bin -- 208.67.96.66 /usr/local/apache/htdocs secondary
./ezeelogin_vt4.0.0_b1.bin -- /usr/local/apache/htdocs secondary 208.67.96.66

Note: the position of the parameter is not important

If you are installing on a non-redhat based linux distribution, make sure the web server, MySQL server and cron daemon are enabled and started at boot.

NOTE: Add a line similar to “extension=ixed.5.2.lin” based on your OS and PHP version in your php.ini after installing Ezeelogin and restart web server before accessing the web panel.

PS: If you need free setup or assistance, please open a ticket at AdMod support


Previous Up Next
Download Ezeelogin Errors
 
ezeelogin_setup.txt · Last modified: 2010/03/04 00:06 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki