WindowsStandaloneCoreServer

Version 10 (molator, 08/19/2011 04:53 pm)

1 1 molator
h1. Standalone Ryzom Core Server on Windows
2 1 molator
3 2 molator
{{toc}}
4 1 molator
5 1 molator
That Standalone Server is experimental.
6 1 molator
7 10 molator
Tested on:
8 10 molator
* Windows XP Pro 32 (simplified chinese)
9 10 molator
* Windows XP Pro 64
10 10 molator
* Windows 7 64
11 10 molator
* Windows 2008 64
12 10 molator
13 1 molator
h2. What you need
14 1 molator
15 1 molator
The Standalone Ryzom Core Server
16 9 molator
> http://ks35074.kimsufi.com:8080/server_win_x86_stlport-0.8.0.1415.7z
17 1 molator
18 1 molator
Uncompress and place the folder "ryzom_core_server" in c:\
19 7 rti
If you want to move the Server elsewhere see "Additional Settings".
20 1 molator
21 1 molator
The Standalone Server includes:
22 7 rti
* a Web Server (Server2Go)
23 7 rti
* a MySQL Server (Server2Go)
24 7 rti
* a Shard
25 1 molator
26 1 molator
h2. Running the shard
27 1 molator
28 1 molator
To run the Shard, use the following batch:
29 1 molator
> shard_start.bat
30 1 molator
31 1 molator
The batch will start the Web Server, the MySQL Server, the Shard and open the Monitoring Tool with the default browser.
32 1 molator
33 1 molator
To stop the Shard, use the following batch:
34 1 molator
> shard_stop.bat
35 1 molator
36 3 molator
The batch will stop the Web Server, the MySQL Server, the Shard and close the Monitoring Tool.
37 1 molator
38 1 molator
h2. Connecting a client
39 1 molator
40 1 molator
If you don't have a client, use that one:
41 8 molator
> http://ks35074.kimsufi.com:8080/client_win_x86_stlport-0.8.0.1627.7z
42 1 molator
43 1 molator
h2. Additional Settings
44 1 molator
45 1 molator
h3. Moving the Server
46 1 molator
47 4 molator
By default, the Standalone Server will only work if you place it in c:\
48 1 molator
49 1 molator
If you want to move it, edit the following files to match your path :
50 1 molator
> c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf
51 1 molator
52 1 molator
> c:\ryzom_core_server\ryzom\tools\server\admin\config.php
53 1 molator
54 1 molator
h3. Changing the ports
55 1 molator
56 1 molator
By default, the Web Server is using the port 80 and the MySQL server the port 3306.
57 1 molator
58 1 molator
If you want to change it, edit:
59 1 molator
> c:\ryzom_core_server\pms_config.ini
60 1 molator
61 1 molator
and update the ports:
62 1 molator
> Port=80
63 1 molator
64 1 molator
> MySQLPort=3306
65 1 molator
66 1 molator
If you changed the Web Server port, you will have to update the Virtual Host Config for the Monitoring Tool:
67 1 molator
> c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf
68 1 molator
69 1 molator
That's all folks!!!