OpenSim/SimianGrid
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Simian Grid [#y5ca79a5]
- ROBUSTサーバの代用となる PHPによるWebアプリケーション
- 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/ simi...
**** 必要な機能(PHP) [#o993363c]
- php で MySQL拡張機能(mysqli), データベース抽象化レイヤ...
- mysqli, PDO が組み込まれていない場合は, ''--with-mysql...
-- 例:
./configure --with-mysql=/usr/local/mysql --with-mysqli...
--with-pdo-mysql=/usr/local/mysql \
--with-apxs2=/usr/local/apache/bin/apxs \
--enable-mbstring --with-zlib=/usr --with-i...
--enable-zip --enable-soap --enable-intl \
--with-openssl=/usr/local/ssl --with-curl -...
--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機能が動作(フレンド削除,オフラインフレンド登録...
- Profile機能は正常に動作しない.
終了行:
** Simian Grid [#y5ca79a5]
- ROBUSTサーバの代用となる PHPによるWebアプリケーション
- 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/ simi...
**** 必要な機能(PHP) [#o993363c]
- php で MySQL拡張機能(mysqli), データベース抽象化レイヤ...
- mysqli, PDO が組み込まれていない場合は, ''--with-mysql...
-- 例:
./configure --with-mysql=/usr/local/mysql --with-mysqli...
--with-pdo-mysql=/usr/local/mysql \
--with-apxs2=/usr/local/apache/bin/apxs \
--enable-mbstring --with-zlib=/usr --with-i...
--enable-zip --enable-soap --enable-intl \
--with-openssl=/usr/local/ssl --with-curl -...
--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機能が動作(フレンド削除,オフラインフレンド登録...
- Profile機能は正常に動作しない.
ページ名: