root/freepbx/trunk/UPGRADE

Revision 1972, 0.7 kB (checked in by p_lindheimer, 7 years ago)

add AAH_updatemaint.sh to install directory, to resotre AAH mainteance tab on AAH upgrades

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 Upgrading freePBX
3
4 Upgrading freePBX is easy.  You should perform these steps on a running system.  There should be no impact to service.
5
6
7 Upgrading from the freePBX-version.tar.gz download from sourceforge:
8
9 - save the freePBX-version.tar.gz to /usr/src/
10 - cd /usr/src/ :: change to your /usr/src directory
11 - rm -rf freePBX :: remove your current freePBX directory (if you have one)
12 - tar -zxvf freePBX-version.tar.gz :: extract the new freePBX tar
13 - cd freePBX-version :: change to the freePBX directory
14 - ./install_amp :: run the install script
15
16 - ./AAH_updatemaint.sh (optional)
17   This is used to restore the maintenance tab that is not part of AMP or freePBX.
Note: See TracBrowser for help on using the browser.