為 ZurmoCRM LAMP 最佳化 Debian / TurnKey Linux 環境
發表於 : 03/07/2014 5:30 pm
Dear all,
一般人可能沒有注意到,TurnKey Linux 打包好的軟體環境中,其實還可以再最佳化,提高效能。
與 NAS 使用的 Embedded Linux 不同,TuenKry Linux 以 Debian 為基礎,可以很輕鬆的使用幾個指令快速最佳化。
TurnKey Linux ZurmoCRM 13.0 沒有內建 Alternative PHP Cache 與 Memcache,我們可以這裡下手。
root@zurmo ~# apt-get update
root@zurmo ~# apt-get install php-apc
root@zurmo ~# apt-get install php5-memcache
再加上修改一些設定檔參數,重新載入設定就大功告成。
root@zurmo ~# /etc/init.d/apache2 restart
root@zurmo ~# /etc/init.d/memcached restart
相關的檔案路徑在 TurnKey Linux Configuration and Executable Files
完整的說明在:Optimize TurnKey Linux for ZurmoCRM
Have a nice day!
Best regards,
Amigo
一般人可能沒有注意到,TurnKey Linux 打包好的軟體環境中,其實還可以再最佳化,提高效能。
與 NAS 使用的 Embedded Linux 不同,TuenKry Linux 以 Debian 為基礎,可以很輕鬆的使用幾個指令快速最佳化。
TurnKey Linux ZurmoCRM 13.0 沒有內建 Alternative PHP Cache 與 Memcache,我們可以這裡下手。
root@zurmo ~# apt-get update
root@zurmo ~# apt-get install php-apc
root@zurmo ~# apt-get install php5-memcache
再加上修改一些設定檔參數,重新載入設定就大功告成。
root@zurmo ~# /etc/init.d/apache2 restart
root@zurmo ~# /etc/init.d/memcached restart
相關的檔案路徑在 TurnKey Linux Configuration and Executable Files
完整的說明在:Optimize TurnKey Linux for ZurmoCRM
Have a nice day!
Best regards,
Amigo