LoginSignup
4
4

More than 5 years have passed since last update.

BoZoN (シンプルで使い勝手の良いファイル共有システム)使ってみた

Last updated at Posted at 2016-04-13

参考

インストール

apt-get install -y \
  php7.0-curl \
  php7.0-gd \
  php7.0-zip
cd /var/www/html/
git clone https://github.com/broncowdd/BoZoN.git
mv BoZoN bozon && cd bozon
mkdir uploads private tmp
chmod 777 uploads private tmp

画面

  • 編集

edit.png

  • 閲覧

view.png

  • LIST

list.png

フォルダ構造

  • 以下のようにシンプルな構造
uploads/user1/フォルダ1/logo_php.png
uploads/user1/フォルダ1/スクリーンショット_2016-04-13_15-25-51.jpg
uploads/user1/フォルダ1/スクリーンショット_2016-04-13_15-25-51.png
uploads/user1/日本語.md
uploads/.htaccess
uploads/index.html
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