|
@@ -1,18 +1,15 @@
|
|
-####
|
|
|
|
-# Fedora Server 22 x86_64 fusionpbx deployment script.
|
|
|
|
-# Assumptions:
|
|
|
|
-# 1. Script can do database install on remote or local hosts.
|
|
|
|
-# 2. In case of multi server ssh key installed and configurated for inter host communication.
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#
|
|
|
|
-#############################################################################################
|
|
|
|
|
|
+###### Fedora Server 22 x86_64 fusionpbx deployment script.
|
|
|
|
+==========================================================
|
|
|
|
+
|
|
|
|
+###### Assumptions:
|
|
|
|
+ 1. Script can do database install on remote or local hosts.
|
|
|
|
+ 2. In case of multi server ssh key installed and configurated for inter host communication.
|
|
|
|
+ 3. Script need run as root only.
|
|
|
|
+
|
|
|
|
+###### Usage:
|
|
|
|
+ 1. Download scripts.
|
|
|
|
+ 2. Place CertMng into /usr/bin and set +x permissions.
|
|
|
|
+ 3. Make sure function file in same directory as install script prefer /root
|
|
|
|
+ 4. Run script ./deploy_fusionpbx_fedora_server22
|
|
|
|
+ 5. Provide answers on asked questions.
|
|
|
|
+
|