4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

WEBベースのファイルエクスプローラー(Pydio)をインストールする

Last updated at Posted at 2014-07-03

公式サイト

Pydio
File Download

環境

Debian Wheezy 64bit
Pydio 5.2.3

インストール

debパッケージからインストール

  1. ダウンロードサイトのstable-channelから、debパッケージをダウンロード

  2. dpkg -i pydio_all.debでインストール

  3. 依存パッケージがないと怒られるので解決して再試行

aptitude install php5-gd php5-mcrypt```

4. /usr/share/pydioにインストールされるので、apacheの公開ディレクトリにシンボリックリンクを張る
  ```ln -s /usr/share/pydio /var/www/pydio```
5. http://(IPアドレス)/pydio/へアクセス
6. セットアップウィザードで管理者パスワードを指定してインストール完了
4
4
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
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?