LoginSignup
5
5

More than 5 years have passed since last update.

FreeBSDでowncloud

Posted at

インストール

pkg install owncloud apache24 mod_php5

シンボリックリンクを張る

ln -s /usr/local/www/owncloud /usr/local/www/apache24/data/owncloud

最低限の設定

httpd.conf
AddType application/x-httpd-php .php

<Directory /usr/local/www/apache24/data/owncloud>
  AllowOverride All
</Directory>

とりあえず動かすだけなので、まともに運用するなら下記は必須

  • HTTPS化
  • DBを変更
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5