Upgrade BrowserCRM Server

To upgrade an existing installation, the basic principle is to copy the new files over the top of the existing files.

The upgrade procedure for BrowserCRM Server is very simple.

  1. Download the latest version from http://www.browsercrm.com/download
  2. Unzip or FTP the files over the top of your previous installation.
  3. Point your browser to your usual start page to activate the setup script and follow the simple prompts.
  This will not overwrite your custom files including:
  * /data directory
  * config.inc.php file.
  * /modules_custom
  * /modules_extension

Upgrade using comand line

Always Backup BrowserCRM Server before upgrading.

Here are some example commands:

#assuming your installation is at /www/browsercrm

Use wget, SCP or FTP etc to download the BrowserCRM package to your server. For example, change to the www directory, wget the package:

cd /www
wget http://browsercrm.com/download/browsercrm-5.100.01.tar.gz

untar using the command, which will unzip files to the directory ./browsercrm relative to your current working directory:

tar -zxf browsercrm-5.100.01.tar.gz

Alternatively, you can untar/unzip to another directory such as /downloads/browsercrm and then copy the files over your previous installation with

cd /dowloads
wget http://browsercrm.com/download/browsercrm-5.100.01.tar.gz
tar -zxf browsercrm-5.100.01.tar.gz
cp /downloads/browsercrm/* /www/browsercrm -fR
 
upgrade_browsercrm_server.txt · Last modified: 2010/05/17 21:50 by 203.97.219.50
 
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