CP+ Installation
To install CP+:
- Log in as root:
su -
- Download the latest version of CP+.
- untar the archive:
tar -zxf CPPLUS_ARCHIVE
- Log into the CP+ directory:
cd CPPLUS_DIRECTORY
- Execute the installation script:
./setup.sh DESTINATION_DIR
where DESTINATION_DIR is the directory on your server where you want CP+ to be set up.
If DESTINATION_DIR points to a non-existing directory, the setup script will try
to create it there.
If DESTINATION_DIR is not specified, CP+ will be installed into the current directory.
Notes:
1) CP+ shouldn't be installed to the directory with the CP+ installation files untarred! Please
specify DESTINATION_DIR!
2) For advanced installation options, add the --verbose parameter:
./setup.sh [--verbose] DESTINATION_DIR
You'll be asked additional questions in the interactive mode.
3) If you get an error saying
"Failed to get attributes of `/var/cpplus/enduser_cp': No such file or directory",
create this directory manually and run the installation command once again.
- At the end of the installation, you will be given URLs to enter admin or user interface with a browser.
For the admin control panel the login is admin, the password is the server root password.
Important: If something goes wrong and you wish to uninstall CP+, use the
uninstall script for correct uninstallation!
Note, however, that if you have already installed the PSoft trial license,
you won't be able to get another trial license after reinstall.
|