Changes between Initial Version and Version 1 of jazz/13-09-02
- Timestamp:
- Sep 2, 2013, 1:43:09 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/13-09-02
v1 v1 1 = 2013-09-02 = 2 3 == lighttpd + PHP + f-motif == 4 5 * [目的] 準備 f-motif 展示用 VM 6 * [參考] https://wiki.ubuntu.com/Lighttpd%2BPHP 7 * [測試環境] http://easycloud.nchc.org.tw 的 Ubuntu 12.04 VM 8 {{{ 9 su - 10 apt-get install subversion lighttpd php5-cgi 11 lighty-enable-mod fastcgi 12 lighty-enable-mod fastcgi-php 13 service lighttpd force-reload 14 cd /var/www 15 svn co https://trac.nchc.org.tw/svn/bioinfo/f-motif/ 16 }}}