Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
OpenSim/MoneyServer/Helper Script
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
** Helper Scripts for OpenSimulator
- Tar Ball
-- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/he...
- Subversion Repository
-- http://www.nsl.tuis.ac.jp/svn/opensim/helper_scripts/t...
- Dev Version (use Subversion Repository)
-- use ''setup_scripts.sh'' in opensim.currency tar ball ...
#br
*** Setup
- If you do not use %%[[XoopenSim>XoopenSim (E)]] or%% [[...
- If you use %%[[XoopenSim>XoopenSim (E)]] or%% [[Modlos>...
-- XoopenSim is not maintained now.
- You need ''Web Server (ex. Apache) and PHP (include PHP...
#br
**** Download
- You can download helper scripts from http://www.nsl.tui...
-- Please copy extracted helper_scripts/* to any Web cont...
- Or you can find helper scripts download tool (''setup_s...
-- Please copy helper_scripts/* to any Web contents direc...
-- If you use Dev Version, please execute ''setup_scripts...
--- bash setup_scripts.sh
**** edit config.php
- And edit include/config.php to set ENV_HELPER_URL, ENV_...
-- If you use PHP-5.5.x later, you need set ''true'' to '...
**** command example
- Download directory
cd (working Directory)
wget http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSi...
zcat helper_scripts-x.y.z.tgz |tar xfv -
mkdir (Document Root of WEB)/currency
cp -Rpd helper_scripts/* (Document Root of Web)/currency
cd (Document Root of Web)/currency
chown -R apache.apache .
vi include/config.php
- use setup_scripts.sh
cd (Money Server's Directory)
mkdir (Document Root of WEB)/currency
cp -Rpd helper_scripts/* (Document Root of Web)/currency
cd (Document Root of Web)/currency
./setup_scripts.sh -a
chown -R apache.apache .
vi include/config.php
#br
*** Configuration
- include/cpnfig.php:
// Please set this hepler script URL and directory
if (!defined('ENV_HELPER_URL')) define('ENV_HELPER_URL'...
if (!defined('ENV_HELPER_PATH')) define('ENV_HELPER_PATH...
////////////////////////////////////////////////////////...
// Valiables for OpenSim
// Please set MySQL DB access information
define('OPENSIM_DB_HOST', 'localhost');
define('OPENSIM_DB_NAME', 'opensim');
define('OPENSIM_DB_USER', 'opensim_user');
define('OPENSIM_DB_PASS', 'opensim_pass');
//
define('OPENSIM_DB_MYSQLI', false); // if you use My...
// Money Server Access Key
// Please set same key with MoneyScriptAccessKey in Mone...
define('CURRENCY_SCRIPT_KEY', '123456789');
// Group Module Access Keys
// Please set same keys with at [Groups] section in Open...
define('XMLGROUP_RKEY', '1234'); // Read Key
define('XMLGROUP_WKEY', '1234'); // Write key
- %%Please execute viewer with "-helperuri [ENV_HELPER_UR...
- %%Here, ENV_HELPER_URL is ''helper'' directory url tha...
- %%If you use 3rd party viewer (ex. Hippo, Meerkat or Im...
- Please set helper URL to ''economy'' valiable at [GridI...
-- ex) economy = http://www.opensim.tuis.ac.jp/currency/h...
- Please set ''Helper URL'' at your ''viewer's Grid Manag...
-- ex) http://www.opensim.tuis.ac.jp/currency/helper/ ...
#br
*** Support scripts for setup helper scripts
**** setup_scripts.sh
- Scripts that downloaded and be setup
-- jbxl (JunkBox Library)
-- opensim.helper
-- opensim.phplib
-- modified flotsam_XmlRpcGroup
# ./setup_scripts.sh -h
usage... ./setup_scripts.sh [-c/--copy] [-d/--download] ...
-c or --copy : not symbolic link but copy files
-d or --download : download only
-a or --all : treat all scripts include optional sc...
-h or --help : show this help
# ./setup_scripts.sh --copy
- Optional Scripts
-- NSL Mute Module support scripts
-- NSL OSProfile Module support scripts
-- NSL OSSearch Module support scripts
#br
**** delete_scripts.sh
- Delete all downloaded scripts.
# ./delete_scripts.sh
#br
終了行:
** Helper Scripts for OpenSimulator
- Tar Ball
-- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/he...
- Subversion Repository
-- http://www.nsl.tuis.ac.jp/svn/opensim/helper_scripts/t...
- Dev Version (use Subversion Repository)
-- use ''setup_scripts.sh'' in opensim.currency tar ball ...
#br
*** Setup
- If you do not use %%[[XoopenSim>XoopenSim (E)]] or%% [[...
- If you use %%[[XoopenSim>XoopenSim (E)]] or%% [[Modlos>...
-- XoopenSim is not maintained now.
- You need ''Web Server (ex. Apache) and PHP (include PHP...
#br
**** Download
- You can download helper scripts from http://www.nsl.tui...
-- Please copy extracted helper_scripts/* to any Web cont...
- Or you can find helper scripts download tool (''setup_s...
-- Please copy helper_scripts/* to any Web contents direc...
-- If you use Dev Version, please execute ''setup_scripts...
--- bash setup_scripts.sh
**** edit config.php
- And edit include/config.php to set ENV_HELPER_URL, ENV_...
-- If you use PHP-5.5.x later, you need set ''true'' to '...
**** command example
- Download directory
cd (working Directory)
wget http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSi...
zcat helper_scripts-x.y.z.tgz |tar xfv -
mkdir (Document Root of WEB)/currency
cp -Rpd helper_scripts/* (Document Root of Web)/currency
cd (Document Root of Web)/currency
chown -R apache.apache .
vi include/config.php
- use setup_scripts.sh
cd (Money Server's Directory)
mkdir (Document Root of WEB)/currency
cp -Rpd helper_scripts/* (Document Root of Web)/currency
cd (Document Root of Web)/currency
./setup_scripts.sh -a
chown -R apache.apache .
vi include/config.php
#br
*** Configuration
- include/cpnfig.php:
// Please set this hepler script URL and directory
if (!defined('ENV_HELPER_URL')) define('ENV_HELPER_URL'...
if (!defined('ENV_HELPER_PATH')) define('ENV_HELPER_PATH...
////////////////////////////////////////////////////////...
// Valiables for OpenSim
// Please set MySQL DB access information
define('OPENSIM_DB_HOST', 'localhost');
define('OPENSIM_DB_NAME', 'opensim');
define('OPENSIM_DB_USER', 'opensim_user');
define('OPENSIM_DB_PASS', 'opensim_pass');
//
define('OPENSIM_DB_MYSQLI', false); // if you use My...
// Money Server Access Key
// Please set same key with MoneyScriptAccessKey in Mone...
define('CURRENCY_SCRIPT_KEY', '123456789');
// Group Module Access Keys
// Please set same keys with at [Groups] section in Open...
define('XMLGROUP_RKEY', '1234'); // Read Key
define('XMLGROUP_WKEY', '1234'); // Write key
- %%Please execute viewer with "-helperuri [ENV_HELPER_UR...
- %%Here, ENV_HELPER_URL is ''helper'' directory url tha...
- %%If you use 3rd party viewer (ex. Hippo, Meerkat or Im...
- Please set helper URL to ''economy'' valiable at [GridI...
-- ex) economy = http://www.opensim.tuis.ac.jp/currency/h...
- Please set ''Helper URL'' at your ''viewer's Grid Manag...
-- ex) http://www.opensim.tuis.ac.jp/currency/helper/ ...
#br
*** Support scripts for setup helper scripts
**** setup_scripts.sh
- Scripts that downloaded and be setup
-- jbxl (JunkBox Library)
-- opensim.helper
-- opensim.phplib
-- modified flotsam_XmlRpcGroup
# ./setup_scripts.sh -h
usage... ./setup_scripts.sh [-c/--copy] [-d/--download] ...
-c or --copy : not symbolic link but copy files
-d or --download : download only
-a or --all : treat all scripts include optional sc...
-h or --help : show this help
# ./setup_scripts.sh --copy
- Optional Scripts
-- NSL Mute Module support scripts
-- NSL OSProfile Module support scripts
-- NSL OSSearch Module support scripts
#br
**** delete_scripts.sh
- Delete all downloaded scripts.
# ./delete_scripts.sh
#br
ページ名:
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2025年 4月
日
月
火
水
木
金
土
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<今日>
オンライン状況
52 人のユーザが現在オンラインです。 (3 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 52
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com