Differences

This shows you the differences between two versions of the page.

doc:howto:owncloud [2013/01/26 22:24]
mes configure uhttpd to serve luci
doc:howto:owncloud [2013/04/17 15:37] (current)
keffr3n
Line 60: Line 60:
===== Install & configure PHP ===== ===== Install & configure PHP =====
Get the dirty part: php and sqlite. I am not sure if really all these packages are necessary, but it seems so: Get the dirty part: php and sqlite. I am not sure if really all these packages are necessary, but it seems so:
- opkg install php5 php5-cgi php5-fastcgi php5-mod-json php5-mod-session php5-mod-zip libsqlite3 zoneinfo-core php5-mod-pdo php5-mod-pdo-sqlite php5-mod-ctype php5-mod-mbstring php5-mod-gd sqlite3-cli php5-mod-sqlite3 php5-mod-curl curl php5-mod-xml php5-mod-simplexml php5-mod-hash+ opkg install php5 php5-cgi php5-fastcgi php5-mod-json php5-mod-session php5-mod-zip libsqlite3 zoneinfo-core php5-mod-pdo php5-mod-pdo-sqlite php5-mod-ctype php5-mod-mbstring php5-mod-gd sqlite3-cli php5-mod-sqlite3 php5-mod-curl curl php5-mod-xml php5-mod-simplexml php5-mod-hash php5-mod-dom php5-mod-iconv
Configure /etc/php.ini to our needs, mainly uncomment the installed Dynamic Extensions and change the doc_root to our www-root: Configure /etc/php.ini to our needs, mainly uncomment the installed Dynamic Extensions and change the doc_root to our www-root:
extension=ctype.so extension=ctype.so
extension=curl.so extension=curl.so
 + extension=dom.so
 + extension=iconv.so
extension=gd.so extension=gd.so
extension=hash.so extension=hash.so
Line 233: Line 235:
  * Diaspora: wetter_ät_diaspora.subsignal.org   * Diaspora: wetter_ät_diaspora.subsignal.org
  * Twitter: @wetterfrosch   * Twitter: @wetterfrosch
 +
 +and modified by others

Back to top

doc/howto/owncloud.1359235447.txt.bz2 · Last modified: 2013/01/26 22:24 by mes