|
Revision 1070, 0.5 kB
(checked in by jason_d_becker, 7 years ago)
|
replaces references to AMP with freePBX
|
- 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 |
|
|---|