|
Revision 1972, 0.7 kB
(checked in by p_lindheimer, 6 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 |
Upgrading freePBX |
|---|
| 2 |
|
|---|
| 3 |
Upgrading freePBX is easy. You should perform these steps on a running system. There should be no impact to service. |
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
Upgrading from the freePBX-version.tar.gz download from sourceforge: |
|---|
| 7 |
|
|---|
| 8 |
- save the freePBX-version.tar.gz to /usr/src/ |
|---|
| 9 |
- cd /usr/src/ :: change to your /usr/src directory |
|---|
| 10 |
- rm -rf freePBX :: remove your current freePBX directory (if you have one) |
|---|
| 11 |
- tar -zxvf freePBX-version.tar.gz :: extract the new freePBX tar |
|---|
| 12 |
- cd freePBX-version :: change to the freePBX directory |
|---|
| 13 |
- ./install_amp :: run the install script |
|---|
| 14 |
|
|---|
| 15 |
- ./AAH_updatemaint.sh (optional) |
|---|
| 16 |
This is used to restore the maintenance tab that is not part of AMP or freePBX. |
|---|