Last modified by michaely on 2021/09/09 20:55

From version 2.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 4.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,9 @@
1 +**//On this page~://**
2 +
3 +
4 +
5 +{{toc maxLevel="3"/}}
6 +
1 1  This page goes over how to determine which installation method was used to install your iSymphony server. Knowing which installation method was used is crucial when performing upgrades, and will allow you to determine which package to download for the upgrade.
2 2  
3 3  {{info}}
... ... @@ -6,7 +6,7 @@
6 6  
7 7  = Installation Methods =
8 8  
9 -There are three different installation methods for iSymphony.
15 +There are two different installation methods for iSymphony. The RPM method has two separate RPM packages that could be used.
10 10  
11 11  == RPM ==
12 12  
... ... @@ -22,12 +22,18 @@
22 22  
23 23  There are two separate RPM packages that you need to be aware of.
24 24  
25 -=== Vanilla RPM ===
31 +==== Vanilla RPM ====
26 26  
27 27  This is the RPM that is distributed at [[www.getisymphony.com.>>url:http://www.getisymphony.com./||shape="rect"]] The RPM is configured to run the iSymphony server as the **root** user. These RPMs will **not** contain "//fpbx//" in the RPM id.
28 28  
29 -=== FreePBX RPM ===
35 +==== FreePBX RPM ====
30 30  
31 31  This is the RPM that is distributed with the FreePBX and Asterisk Now distros. The RPM is configured to run the iSymphony server as the **asterisk** user. These RPMs will contain "//fpbx//" in the RPM id.
32 32  
39 +== Tarball ==
40 +
41 +The Tarball installation package is usually utilized on systems like Debian, but can be used on RedHat systems as well.
42 +
43 +If no RPM id could be found for iSymphony, or the rpm -qa command cannot be run, the installation was more than likely performed via the Tarball.
44 +
33 33