#author("2024-09-02T06:27:25+00:00","default:iseki","iseki") ** Simian Grid [#y5ca79a5] - ROBUSTサーバの代用となる PHPによるWebアプリケーション #author("2024-09-02T06:28:36+00:00","default:iseki","iseki") * Science Sim [#lf892547] ** Science Sim of Intel [#j8636635] - http://sciencesim.com/ - http://code.google.com/p/openmetaverse/ - http://code.google.com/p/openmetaverse/wiki/SimianGrid *** Install [#d826967b] - http://code.google.com/p/openmetaverse/wiki/Installation **** ソースのダウンロード [#t3cc9e66] + svn http://openmetaverse.googlecode.com/svn/trunk/ simiangrid **** 必要な機能(PHP) [#o993363c] - php で MySQL拡張機能(mysqli), データベース抽象化レイヤ(PDO) が必要. - mysqli, PDO が組み込まれていない場合は, ''--with-mysqli'', ''--with-pdo-mysql'' オプションを付けて再コンパイル -- 例: ./configure --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config \ --with-pdo-mysql=/usr/local/mysql \ --with-apxs2=/usr/local/apache/bin/apxs \ --enable-mbstring --with-zlib=/usr --with-iconv --enable-sockets \ --enable-zip --enable-soap --enable-intl \ --with-openssl=/usr/local/ssl --with-curl --with-xmlrpc \ --with-gd --with-jpeg-dir --with-png-dir **** 設定ファイル [#k9c2c2a1] - Grid (サーバ本体) -- Grid/config/config.php -GridFrontend (WEBフロントエンド) -- GridFrontend/application/config/config.php -- GridFrontend/application/config/database.php - GridWebDAV (?) -- GridWebDAV/config/config.php -- GridWebDAV/.htaccess *** Viewer Option [#c1a9331c] - --login-uri http://XXXX/Grid/login/ *** Function [#b751181b] - Group機能が正常に動作 - Friend機能が動作(フレンド削除,オフラインフレンド登録が可能: r12679のRobustサーバでは正常に動作しない) - Profile機能は正常に動作しない.