« Previous -
Version 2/40
(diff) -
Next » -
Current version
molator, 02/16/2011 04:35 pm
Virtual Machine Ubuntu Core Server¶
What you need¶
VirtualBox¶
The Virtual Machine¶
It's an english Ubuntu Server LTS 10.04 based Virtual Machine.
Settings¶
Memory¶
You will need about 1.5Gb of memory (RAM + swap).
By default, the Virtual Machine is using a 1Gb swap file, so you will need to declare at least 512Mb of RAM in VirtualBox.
If you want to remove or change the swap file, follow that wiki:
Logon¶
You can log on the Virtual Machine using:
user: ryzom
password: ryzom
If you need root access, use "sudo".
MySQL¶
You can access to the MySQL server using:
user: root
password: ryzom
You can use PHPMyAdmin too:
with the default ip.
Networking¶
By default, the Virtual Machine is using the following static ip:
192.168.1.100
You can connect on the Virtual Machine using "ssh" and "sftp".
If you want to change the ip, edit:
/etc/network/interface
But don't forget to update FSHost in:
/home/ryzom/ryzom/code/ryzom/server/frontend_service.cfg
Running the shard¶
To run the shard, connect to Virtual Machine using the "ryzom" account, and use the following command:
shard start
To stop the shard:
shard stop
Ignore the various warnings.
You can monitor your shard using the webtool:
with the default ip.
Connecting a client¶
If don't have a client, use that one:
https://docs.google.com/leaf?id=0B3LX3q7MsUEGN2UwMGY3MjAtYzlmZS00Yjg4LTljYTgtNDA3MmFiNWQ1Nzg5
Edit client.cfg to match your server ip:
StartupHost = "192.168.1.100:40916";
with the default ip.
That's all folks!!!