この情報は古い可能性があります!
こっちはphpshieldを使わない(プラグインを買わない限り)のと
かなりようつべクローンなのでこっちのほうがいいかもしれません。
放置気味で開発からも外れました。
必要条件
Linux Server (some old distributions are not supported)
Apache Web Server
MySQL (version 4 +)
PHP (version PHP 5)
PHP Configuration
o safe_mode = off
o max_execution_time = 1000 (recommended to prevent timeouts during video upload/conversion)
o session.gc_maxlifetime = 14000 (recommended to prevent session expires during video upload)
o open_basedir = (no value)
o output_buffering = on
o upload_max_filesize = 100M (recommended maximum video upload size in MB)
o post_max_size = 100M (recommended maximum video upload size in MB)
* GD Library 2 or higher
* FFMPEG ( http://ffmpeg.mplayerhq.hu/download.html ) Make Sure FFMPEG is Fully Updates because script will give errors with old versions of FFMPEG
* Mplayer + Mencoder ( http://www.mplayerhq.hu/design7/dload.html )
* Flv2tool ( http://inlet-media.de/flvtool2 )
* Libogg + Libvorbis ( http://www.xiph.org/downloads )
* LAME MP3 Encoder ( http://lame.sourceforge.net )
* CGI-BIN Access
* Apache mod_rewrite Enabled
* PHP Configuration (php.ini): register_argc_argv = On
* Must be able to run PHP from the command line (CLI) with exec()
* Allowed execution of background processes with exec("binary > /dev/null &")
インストール
mysql -u root -p
mysql> grant all privileges on clip.* to clip@localhost identified by 'PASSWD';
mysql> create database clip;
mysql> quit
cd /usr/local/src
wget 'http://clip-bucket.com/dwnld.php?file=ClipBucket1.7.tar.gz'
tar zxfv ClipBucket1.7.tar.gz
cd lite/sql
vi sql.txt
# CREATE TABLEの最後に「DEFAULT CHARSET=latin1」があるので、これを
「DEFAULT CHARSET=UTF8」に変更しておきます
# INSERT INTO `config`の行の「baseurl」と「basedir]を変更しておきます
mysql -u root -p clip < sql.txt
cd ../upload
cp -rp * /path/to/dir(basedirで設定したディレクトリ)
これでとりあえずインストールは終わりなので、後はウェブ上で設定をします
ID:PASSのデフォルトはadmin:adminです http://localhost/admin_area/
コメントを追加