10: 2009-08-17 (月) 14:24:02 iseki |
11: 2009-11-17 (火) 14:31:22 iseki |
| -- Password: (none) | | -- Password: (none) |
| *** Bugs [#i8e24d82] | | *** Bugs [#i8e24d82] |
- | - %%when using Money Server, unenable selling things for $0%% (Fixed) | + | - %%when using Money Server, unenable selling things for $0%% (Fixed at our version) |
- | - [[SQL Reconnect Error >./SQL_Reconnect_Error]] | + | - %%[[SQL Reconnect Error >./SQL_Reconnect_Error]]%% (Fixed at our version) |
| ~ | | ~ |
| ~ | | ~ |
| | | |
| ** Our Modified Version (NSL Version) [#p25d4949] | | ** Our Modified Version (NSL Version) [#p25d4949] |
- | - ''This version is less secure than original version!! and not include ASP.NET'' | + | This Money Server is modified version of DTL Currency Processing.As for this, some bug fixes are done. And this can be operated by OpenSim 0.6.7. ~ |
- | - for Linux. ASP.NET function is deleted. | + | But, WEB Monitor function (ASP.NET) is removed from original DTL Currency. So, this version is less secure than original version!! ~ |
- | - ''OnMakeRootAgent'' event is used instead of ''OnNewClient'' event. | + | ''Please use this at your own risk!!'' |
- | - Enables selling object by $0 (with no messaging). | + | |
- | - Supported OpenSim's revision is form ''r9862'' to ''r10067'' ('09 7/23) or perhaps to latest revision. | + | |
- | - source: svn co http://www.nsl.tuis.ac.jp/svn/dotnet/currency/trunk currency | + | |
- | ~ | + | |
- | ~ | + | |
| | | |
- | *** Money Server [#yde15c21] | + | *** DownLoad [#u2d15064] |
| + | - for OpenSim 0.6.7 |
| + | - for latest OpenSim |
| + | svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency |
| + | |
| + | *** Money Server [#j7056804] |
| + | - for OpenSim 0.6.7 |
| + | cd opensim-0.6.7-release |
| + | tar xzfv opensim.currency_0.6.7.tar.gz |
| + | patch -p1 < opensim.currency/opensim_currency_0.6.7.patch |
| + | ./runprebuild.sh && nant clean && nant |
| + | |
| + | cd opensim.currency |
| + | ./build.sh |
| + | |
| + | cd ../bin |
| + | vi MoneyServer.ini (modify [MySql] section) |
| + | - for latest OpenSim |
| cd (PREFIX)/opensim | | cd (PREFIX)/opensim |
- | svn co http://www.nsl.tuis.ac.jp/svn/dotnet/currency/trunk currency | + | svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency |
- | patch -p0 < currency/opensim_r####.patch (#### is revision number. use patch file has maximum number.) | + | patch -p1 < opensim.currency/opensim_currency_latest.patch |
- | nant clean && ./runprebuild.sh && nant | + | ./runprebuild.sh && nant clean && nant |
| + | |
| + | cd opensim.currency |
| + | ./build.sh |
| | | |
- | cd currency | |
- | cd OpenSim.Data.MySQL.MySQLMoneyDataWrapper | |
- | rm -f OpenSim.Data.MySQL.MySQLMoneyDataWrapper.dll | |
- | nant | |
- | cp OpenSim.Data.MySQL.MySQLMoneyDataWrapper.dll ../../bin | |
- | cd ../OpenSim.Grid.MoneyServer | |
- | rm -f OpenSim.Grid.MoneyServer.exe | |
- | nant | |
- | cp OpenSim.Grid.MoneyServer.exe ../../bin | |
- | cd .. | |
- | cp config/* ../bin | |
| cd ../bin | | cd ../bin |
- | vi MoneyServer.ini (comment out all ConfirmURL line) | + | vi MoneyServer.ini (modify [MySql] section) |
| | | |
| *** Region Server (SIM)[#z65ac9d8] | | *** Region Server (SIM)[#z65ac9d8] |
| + | - for OpenSim 0.6.7 |
| + | cd opensim-0.6.7-release |
| + | tar xzfv opensim.currency_0.6.7.tar.gz |
| + | patch -p1 < opensim.currency/opensim_currency_0.6.7.patch |
| + | ./runprebuild.sh && nant clean && nant |
| + | |
| + | cd opensim.currency |
| + | ./build.sh |
| + | |
| + | cd ../bin |
| + | vi OpenSim.ini |
| + | |
| + | - for latest OpenSim |
| cd (PREFIX)/opensim | | cd (PREFIX)/opensim |
- | svn co http://www.nsl.tuis.ac.jp/svn/dotnet/currency/trunk currency | + | svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency |
- | patch -p0 < currency/opensim_r####.patch | + | patch -p1 < opensim.currency/opensim_currency_latest.patch |
- | nant clean && ./runprebuild.sh && nant | + | ./runprebuild.sh && nant clean && nant |
| + | |
| + | cd opensim.currency |
| + | ./build.sh |
| | | |
- | cd currency | |
- | cd OpenSim.Forge.Currency | |
- | rm -f OpenSim.Forge.Currency.dll | |
- | nant | |
- | cp OpenSim.Forge.Currency.dll ../../bin | |
- | cd .. | |
- | cp config/SineWaveCert.pfx ../bin | |
| cd ../bin | | cd ../bin |
| vi OpenSim.ini | | vi OpenSim.ini |
| [Economy] | | [Economy] |
| SellEnabled = "true" | | SellEnabled = "true" |
- | CurrencyServer = "https://(MoneyServer's FQDN):8008/" | + | CurrencyServer = "https://(MoneyServer's FQDN or IP):8008/" |
| EconomyModule = DTLMoneyModule | | EconomyModule = DTLMoneyModule |
| | | |
| *** Attention [#d84771e2] | | *** Attention [#d84771e2] |
- | - Not use 127.0.0.1 for UserServer's IP address at OpenSim.ini. | + | - Not use 127.0.0.1 for UserServer's IP address at OpenSim.ini. This IP Address is used for identification of user on Money Server. |
- | - OpenSim.ini 中の UserServer のアドレスは localhost (127.0.0.1) を使用しないこと.(ユーザのアカウント識別に利用されるため) | + | - OpenSim.ini 中の UserServer のアドレスは localhost (127.0.0.1) を使用しないこと.これは,このIPアドレスが,Monet Server内でのユーザのアカウント識別に利用されるためである. |
| | | |
| ~ | | ~ |
| ~ | | ~ |