WindowsStandaloneCoreServer

Version 13 (molator, 11/14/2011 03:50 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 11 molator
The latest Standalone Ryzom Core Server
16 11 molator
> http://dev.ryzom.com/projects/ryzom/wiki/WindowsBinaries
17 1 molator
18 1 molator
Uncompress and place the folder "ryzom_core_server" in c:\
19 13 molator
You should have the following path:
20 13 molator
> c:\ryzom_core_server
21 7 rti
If you want to move the Server elsewhere see "Additional Settings".
22 1 molator
23 1 molator
The Standalone Server includes:
24 7 rti
* a Web Server (Server2Go)
25 7 rti
* a MySQL Server (Server2Go)
26 7 rti
* a Shard
27 1 molator
28 1 molator
h2. Running the shard
29 1 molator
30 1 molator
To run the Shard, use the following batch:
31 1 molator
> shard_start.bat
32 1 molator
33 1 molator
The batch will start the Web Server, the MySQL Server, the Shard and open the Monitoring Tool with the default browser.
34 1 molator
35 1 molator
To stop the Shard, use the following batch:
36 1 molator
> shard_stop.bat
37 1 molator
38 3 molator
The batch will stop the Web Server, the MySQL Server, the Shard and close the Monitoring Tool.
39 1 molator
40 1 molator
h2. Connecting a client
41 1 molator
42 12 molator
If you don't have a client, download the last one
43 12 molator
> http://dev.ryzom.com/projects/ryzom/wiki/WindowsBinaries
44 1 molator
45 1 molator
h2. Additional Settings
46 1 molator
47 1 molator
h3. Moving the Server
48 1 molator
49 4 molator
By default, the Standalone Server will only work if you place it in c:\
50 1 molator
51 1 molator
If you want to move it, edit the following files to match your path :
52 1 molator
> c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf
53 1 molator
54 1 molator
> c:\ryzom_core_server\ryzom\tools\server\admin\config.php
55 13 molator
56 13 molator
If you don't do it, you will get a 403 error in your browser.
57 1 molator
58 1 molator
h3. Changing the ports
59 1 molator
60 1 molator
By default, the Web Server is using the port 80 and the MySQL server the port 3306.
61 1 molator
62 1 molator
If you want to change it, edit:
63 1 molator
> c:\ryzom_core_server\pms_config.ini
64 1 molator
65 1 molator
and update the ports:
66 1 molator
> Port=80
67 1 molator
68 1 molator
> MySQLPort=3306
69 1 molator
70 1 molator
If you changed the Web Server port, you will have to update the Virtual Host Config for the Monitoring Tool:
71 1 molator
> c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf
72 1 molator
73 1 molator
That's all folks!!!