StandAlone

De DigiWiki.

(Différences entre les versions)
(Downloading Aurora-Sim)
(Var Regions (Variable Sized))
 
(11 versions intermédiaires masquées)
Ligne 22 : Ligne 22 :
Release :- https://github.com/aurora-sim/Aurora-Sim/downloads OR direct download [https://github.com/aurora-sim/Aurora-Sim/zipball/Aurora0.3 zip]  [https://github.com/aurora-sim/Aurora-Sim/tarball/Aurora0.3 tar.gz] (current release 0.3)
Release :- https://github.com/aurora-sim/Aurora-Sim/downloads OR direct download [https://github.com/aurora-sim/Aurora-Sim/zipball/Aurora0.3 zip]  [https://github.com/aurora-sim/Aurora-Sim/tarball/Aurora0.3 tar.gz] (current release 0.3)
-
== Build and Compile (Linux) ==
+
==Build and Compile (Linux)==
-
 
+
apt-get install mono-xbuild  
apt-get install mono-xbuild  
-
apt-get install nant  
+
apt-get install nant
-
apt-get install git-core  
+
apt-get install git-core
-
aptitude install mysql-server  
+
aptitude install mysql-server
-
<br> cd /home/  
+
cd /home/
-
git clone git://github.com/aurora-sim/Aurora-Sim.git  
+
git clone git://github.com/aurora-sim/Aurora-Sim.git
-
cd /home/Aurora-Sim chmod -R 777 runprebuild.sh  
+
cd /home/Aurora-Sim chmod -R 777 runprebuild.sh
-
./runprebuild.sh  
+
./runprebuild.sh
-
xbuild Aurora.sln  
+
xbuild Aurora.sln
-
== Build and Compile (Windows) ==
+
==Build and Compile (Windows)==
 +
Download Aurora-Sim from master source
-
Download Aurora-Sim from master source
+
1) Goto Aurora-Sim folder
-
1) Goto Aurora-Sim folder
+
2) Double Click runprebuild.bat
-
2) Double Click runprebuild.bat  
+
3) Double Click compile.bat
-
3) Double Click compile.bat
+
==Build and Compile (Mac)==
 +
TO BE DONE
-
== Build and Compile (Mac)  ==
+
==MySQL Database Setup==
 +
mysql -u root -p
-
TO BE DONE
+
create database DBName;
-
== MySQL Database Setup  ==
+
create user DBUser;
-
mysql -u root -p
+
GRANT ALL PRIVILEGES ON DBName.* TO DBUser@'localhost' IDENTIFIED BY 'Password';
-
 
+
-
create database DBName;
+
-
 
+
-
create user DBUser;
+
-
 
+
-
GRANT ALL PRIVILEGES ON DBName.* TO DBUser@'localhost' IDENTIFIED BY 'Password';  
+
flush privileges;
flush privileges;
-
exit  
+
exit
NOTE 5.5.x MySQL you will need to add max_allowed_packet= xxxM manually to your my.ini
NOTE 5.5.x MySQL you will need to add max_allowed_packet= xxxM manually to your my.ini
-
== MySQL/SQLite Configuration ==
+
==MySQL/SQLite Configuration==
-
 
+
If Using MySQL instead of SQLite you will need to change two files OR leave as default for SQLite.  
If Using MySQL instead of SQLite you will need to change two files OR leave as default for SQLite.  
;bin &gt; Configuration &gt; Data &gt; Data.ini
;bin &gt; Configuration &gt; Data &gt; Data.ini
-
<pre>;Include-SQLite = Configuration/Data/SQLite.ini
+
<pre>
-
 
+
;Include-SQLite = Configuration/Data/SQLite.ini
Include-MySQL = Configuration/Data/MySQL.ini
Include-MySQL = Configuration/Data/MySQL.ini
</pre>  
</pre>  
;bin &gt; Configuration &gt; Data &gt; MySQL.ini
;bin &gt; Configuration &gt; Data &gt; MySQL.ini
-
<pre>Change Database, UserID &amp; Password to what you created in the MySQL Database Setup section.
+
<pre>
-
 
+
Change Database, UserID &amp; Password to what you created in the MySQL Database Setup section.
ConnectionString = "Data Source=localhost;Port=3306;Database=opensim;UserID=opensim;Password=***;"
ConnectionString = "Data Source=localhost;Port=3306;Database=opensim;UserID=opensim;Password=***;"
-
</pre>  
+
</pre>
-
== Starting Aurora-Sim (Windows)  ==
+
-
/Aurora-Sim/bin  
+
==Starting Aurora-Sim (Windows)==
 +
/Aurora-Sim/bin
-
Double Click Aurora.exe  
+
Double Click Aurora.exe
-
(Note: Vista users should ensure that they are in Admin mode, before completing the next steps)  
+
(Note: Vista users should ensure that they are in Admin mode, before completing the next steps).
-
== Starting Aurora-Sim (Linux) ==
+
==Starting Aurora-Sim (Linux)==
-
cd /home/Aurora-Sim/bin  
+
cd /home/Aurora-Sim/bin
-
mono&nbsp;Aurora.exe  
+
mono&nbsp;Aurora.exe
-
== Starting Aurora-Sim (Mac) ==
+
==Starting Aurora-Sim (Mac)==
 +
TO BE DONE
-
TO BE DONE
+
==Starting Aurora-Sim-SQLite (Linux)==
 +
cd /home/Aurora-Sim/bin
-
== Starting Aurora-Sim-SQLite (Linux)  ==
+
LD_LIBRARY_PATH=. mono Aurora.exe (Only if using SQLite as database for the Region Server).
-
 
+
-
cd /home/Aurora-Sim/bin
+
-
 
+
-
LD_LIBRARY_PATH=. mono Aurora.exe (Only if using SQLite as database for the Region Server)  
+
-
 
+
-
== Console  ==
+
 +
==Console==
A DOS-like server control window will open, and various status messages will scroll by. Once it has stopped it will ask for the basic settings it will use to create your first region, with the default settings in square brackets. To accept a default setting, just hit the Enter key:  
A DOS-like server control window will open, and various status messages will scroll by. Once it has stopped it will ask for the basic settings it will use to create your first region, with the default settings in square brackets. To accept a default setting, just hit the Enter key:  
-
Region Name [Test] name your region here, anything you like *  
+
Region Name [Test] name your region here, anything you like *
-
Region UUID [UUID] do not change  
+
Region UUID [UUID] do not change
-
Grid Location (X- Y) [1000,1000] do not change  
+
Grid Location (X- Y) [1000,1000] do not change
-
RegionSizeX [256]&nbsp;: keep it for now  
+
RegionSizeX [256]&nbsp;: keep it for now
-
RegionSizeY [256]&nbsp;: keep it for now  
+
RegionSizeY [256]&nbsp;: keep it for now
-
Internal IP address [0.0.0.0] do not change Internal IP Port [9000] do not change  
+
Internal IP address [0.0.0.0] do not change Internal IP Port [9000] do not change
-
External Host Name [YOU IP] change it to your localhost 127.0.0.1 or keep it if you can loopback your router.<br>
+
External Host Name [YOU IP] change it to your localhost 127.0.0.1 or keep it if you can loopback your router.
Estate Owner [Test Default]&nbsp;: provide the Firstname and Lastname you wish for your avatar and it will ask for creating it, even asking for password, email etc. Fill the infos you wish. All the parameters marked * you should make a note of, as you will need them later when setting up your viewer. After entering the last parameter the Server creates your region, and when you see the line,  
Estate Owner [Test Default]&nbsp;: provide the Firstname and Lastname you wish for your avatar and it will ask for creating it, even asking for password, email etc. Fill the infos you wish. All the parameters marked * you should make a note of, as you will need them later when setting up your viewer. After entering the last parameter the Server creates your region, and when you see the line,  
-
Region (root) #&nbsp;:  
+
Region (root) #&nbsp;:
-
 
+
-
you know the server is ready.
+
-
 
+
-
== Viewer Setup  ==
+
-
 
+
-
Installing and Setting up the Imprudence/Kokua (Viewer) Launch the Imprudence/Kokua viewer, and you will notice a Grids button, next to the Connect button. In here you can choose which grid to connect to, add new grid details, etc. Let me walk you through setting this up for your own region you just created.
+
-
Click on the Grids button, you will see in the 'Select a Grid' drop-down box that connection details to 3rd Rock, openlife, osgrid and secondlife have already been set up. So, to create your own, click on the Add button.  
+
you know the server is ready.
-
Set the details as follows:
+
==Viewer Setup==
 +
Installing and Setting up the Imprudence/Kokua (Viewer) Launch the Imprudence/Kokua viewer, and you will notice a Grids button, next to the Connect button. In here you can choose which grid to connect to, add new grid details, etc. Let me walk you through setting this up for your own region you just created.
-
Loginuri: http://127.0.0.1:9000/ (this is the External Host Name parameter and Port)
+
Click on the Grids button, you will see in the 'Select a Grid' drop-down box that connection details to 3rd Rock, openlife, osgrid and secondlife have already been set up. So, to create your own, click on the Add button.
-
Platform: Opensim Grid Nickname: same as the Region Name in the server setup above
+
Set the details as follows:
-
Grid Name: same as the Grid Nickname
+
Loginuri: http://127.0.0.1:9000/ (this is the External Host Name parameter and Port)
-
Click on Apply.
+
Platform: Opensim Grid Nickname: same as the Region Name in the server setup above
-
If you want your region to be the default region that Imprudence/Kokua Viewver connects to when it starts up, just choose your region from the Select a Grid drop-down box, and click the Default button. Ok, you are now good to connect to your sim. Enter the Avatar details you provided earlier to the server, and click on the Connect button. You should now be standing in your very own standalone Aurora-sim!
+
Grid Name: same as the Grid Nickname
-
<br>
+
Click on Apply.
-
== Var Regions (Variable Sized)  ==
+
If you want your region to be the default region that Imprudence/Kokua Viewver connects to when it starts up, just choose your region from the Select a Grid drop-down box, and click the Default button. Ok, you are now good to connect to your sim. Enter the Avatar details you provided earlier to the server, and click on the Connect button. You should now be standing in your very own standalone Aurora-sim!
 +
==Var Regions (Variable Sized)==
If you wish to make regions over the 256x256 size you will need to use either Astra Viewer https://github.com/aurora-sim/AstraViewer/downloads or Imprudence 1.4 exp 03/20 or above http://wiki.kokuaviewer.org/wiki/Downloads as these have been coded to use Var Regions.
If you wish to make regions over the 256x256 size you will need to use either Astra Viewer https://github.com/aurora-sim/AstraViewer/downloads or Imprudence 1.4 exp 03/20 or above http://wiki.kokuaviewer.org/wiki/Downloads as these have been coded to use Var Regions.

Version actuelle en date du 26 août 2012 à 18:37

Sommaire

Standalone (Release 0.3)

Aurora-Sim by default is Standalone so there is minimal configuration.

If using SQlite as your Database then you can skip the parts to do with MySQL.
If using binary then you can skip the section on Build and Compile.

Install Requirements

Firstly ensure you have the basics, which are outlined in detail at Requirements

We require:

A Windows Operating System and that .NET 3.5 framework is installed.

or:

Linux / Mac OS Operating Systems require at least MONO Version 2.4.3 or better installed.  At present MONO 2.10.2 is our recommended version, See Mono-Project and install according to your Operating System.

Downloading Aurora-Sim

Source :- https://github.com/aurora-sim/Aurora-Sim

Release :- https://github.com/aurora-sim/Aurora-Sim/downloads OR direct download zip  tar.gz (current release 0.3)

Build and Compile (Linux)

apt-get install mono-xbuild

apt-get install nant

apt-get install git-core

aptitude install mysql-server

cd /home/

git clone git://github.com/aurora-sim/Aurora-Sim.git

cd /home/Aurora-Sim chmod -R 777 runprebuild.sh

./runprebuild.sh

xbuild Aurora.sln

Build and Compile (Windows)

Download Aurora-Sim from master source

1) Goto Aurora-Sim folder

2) Double Click runprebuild.bat

3) Double Click compile.bat

Build and Compile (Mac)

TO BE DONE

MySQL Database Setup

mysql -u root -p

create database DBName;

create user DBUser;

GRANT ALL PRIVILEGES ON DBName.* TO DBUser@'localhost' IDENTIFIED BY 'Password';

flush privileges;

exit

NOTE 5.5.x MySQL you will need to add max_allowed_packet= xxxM manually to your my.ini

MySQL/SQLite Configuration

If Using MySQL instead of SQLite you will need to change two files OR leave as default for SQLite.

bin > Configuration > Data > Data.ini
;Include-SQLite = Configuration/Data/SQLite.ini
Include-MySQL = Configuration/Data/MySQL.ini
bin > Configuration > Data > MySQL.ini
Change Database, UserID & Password to what you created in the MySQL Database Setup section.
ConnectionString = "Data Source=localhost;Port=3306;Database=opensim;UserID=opensim;Password=***;"

Starting Aurora-Sim (Windows)

/Aurora-Sim/bin

Double Click Aurora.exe

(Note: Vista users should ensure that they are in Admin mode, before completing the next steps).

Starting Aurora-Sim (Linux)

cd /home/Aurora-Sim/bin

mono Aurora.exe

Starting Aurora-Sim (Mac)

TO BE DONE

Starting Aurora-Sim-SQLite (Linux)

cd /home/Aurora-Sim/bin

LD_LIBRARY_PATH=. mono Aurora.exe (Only if using SQLite as database for the Region Server).

Console

A DOS-like server control window will open, and various status messages will scroll by. Once it has stopped it will ask for the basic settings it will use to create your first region, with the default settings in square brackets. To accept a default setting, just hit the Enter key:

Region Name [Test] name your region here, anything you like *

Region UUID [UUID] do not change

Grid Location (X- Y) [1000,1000] do not change

RegionSizeX [256] : keep it for now

RegionSizeY [256] : keep it for now

Internal IP address [0.0.0.0] do not change Internal IP Port [9000] do not change

External Host Name [YOU IP] change it to your localhost 127.0.0.1 or keep it if you can loopback your router.

Estate Owner [Test Default] : provide the Firstname and Lastname you wish for your avatar and it will ask for creating it, even asking for password, email etc. Fill the infos you wish. All the parameters marked * you should make a note of, as you will need them later when setting up your viewer. After entering the last parameter the Server creates your region, and when you see the line,

Region (root) # :

you know the server is ready.

Viewer Setup

Installing and Setting up the Imprudence/Kokua (Viewer) Launch the Imprudence/Kokua viewer, and you will notice a Grids button, next to the Connect button. In here you can choose which grid to connect to, add new grid details, etc. Let me walk you through setting this up for your own region you just created.

Click on the Grids button, you will see in the 'Select a Grid' drop-down box that connection details to 3rd Rock, openlife, osgrid and secondlife have already been set up. So, to create your own, click on the Add button.

Set the details as follows:

Loginuri: http://127.0.0.1:9000/ (this is the External Host Name parameter and Port)

Platform: Opensim Grid Nickname: same as the Region Name in the server setup above

Grid Name: same as the Grid Nickname

Click on Apply.

If you want your region to be the default region that Imprudence/Kokua Viewver connects to when it starts up, just choose your region from the Select a Grid drop-down box, and click the Default button. Ok, you are now good to connect to your sim. Enter the Avatar details you provided earlier to the server, and click on the Connect button. You should now be standing in your very own standalone Aurora-sim!

Var Regions (Variable Sized)

If you wish to make regions over the 256x256 size you will need to use either Astra Viewer https://github.com/aurora-sim/AstraViewer/downloads or Imprudence 1.4 exp 03/20 or above http://wiki.kokuaviewer.org/wiki/Downloads as these have been coded to use Var Regions.

Outils personnels
  • Cette page a été consultée 11 384 fois.
donate
Google Ads