Line 83: |
Line 83: |
| | | |
| = SME9 = | | = SME9 = |
− | '''TEST phase :'''
| |
| | | |
− | first install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13), see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo
| |
| | | |
− | Then increase the php memory limit to at least 128M BEFORE the installation, or it will fail in the middle leaving it in an unstable state ( half mysql db installed, no modules activated).
| + | First , see https://wiki.contribs.org/Digium_repo and https://wiki.contribs.org/Asterisk_repo |
| + | increase the php memory limit to at least 128M BEFORE the installation, or it will fail in the middle leaving it in an unstable state ( half mysql db installed, no modules activated). |
| db configuration setprop php MemoryLimit 128M | | db configuration setprop php MemoryLimit 128M |
| expand-template /etc/php.ini | | expand-template /etc/php.ini |
| service httpd-e-smith restart | | service httpd-e-smith restart |
| + | |
| + | install the install the 4 yum repos necessary (asterisk-13,asterisk-current,digium-current,digium-13): |
| + | {{:Asterisk_repo}} |
| + | |
| + | {{:Digium_repo|transcludesection=SME9}} |
| + | |
| + | |
| + | After adding it to the database updating the configuration file is required: |
| + | |
| + | signal-event yum-modify |
| + | |
| + | Then the actual installation : |
| | | |
| yum install smeserver-freepbx --enablerepo=smetest,smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 | | yum install smeserver-freepbx --enablerepo=smetest,smecontribs,asterisk-13,asterisk-current,digium-current,digium-13 |