LoginSignup
1
1

More than 3 years have passed since last update.

Debian Wheezy(armhf)にowncloudをインストール

Last updated at Posted at 2014-08-28

必要なライブラリをインストール

大規模な利用ではないので、バックエンドはsqliteにする
bash
apt-get install php5-gd php-xml-parser php5-intl smbclient curl libcurl3 php5-curl php5-sqlite

apache2のライブラリを有効化

a2enmod rewrite
a2enmod headers

owncloudのパッケージを取得・解凍

cd /usr/src
wget http://download.owncloud.org/community/owncloud-latest.tar.bz2
cd /var/www
tar -xjf /usr/src/owncloud-latest.tar.bz2
chown -R www-data:www-data owncloud/

Webから設定

http://mydomain/owncloudへアクセス
画面に従い設定を行う

1
1
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
1
1