WindowsStandaloneCoreServer
Version 3 (molator, 05/11/2011 03:38 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 | 1 | molator | h2. What you need |
8 | 1 | molator | |
9 | 1 | molator | The Standalone Ryzom Core Server |
10 | 1 | molator | > https://docs.google.com/leaf?id=0B3LX3q7MsUEGZDg2YjI2YWMtZTA3YS00YzA2LTljZTktODdlMTcyMzJjYTRl |
11 | 1 | molator | |
12 | 1 | molator | Uncompress and place the folder "ryzom_core_server" in c:\ |
13 | 1 | molator | If you wan't to move the Server elsewhere see "Additional Settings". |
14 | 1 | molator | |
15 | 1 | molator | The Standalone Server includes: |
16 | 1 | molator | - a Web Server (Server2Go) |
17 | 1 | molator | - a MySQL Server (Server2Go) |
18 | 1 | molator | - a Shard |
19 | 1 | molator | |
20 | 1 | molator | h2. Running the shard |
21 | 1 | molator | |
22 | 1 | molator | To run the Shard, use the following batch: |
23 | 1 | molator | > shard_start.bat |
24 | 1 | molator | |
25 | 1 | molator | The batch will start the Web Server, the MySQL Server, the Shard and open the Monitoring Tool with the default browser. |
26 | 1 | molator | |
27 | 1 | molator | To stop the Shard, use the following batch: |
28 | 1 | molator | > shard_stop.bat |
29 | 1 | molator | |
30 | 3 | molator | The batch will stop the Web Server, the MySQL Server, the Shard and close the Monitoring Tool. |
31 | 1 | molator | |
32 | 1 | molator | h2. Connecting a client |
33 | 1 | molator | |
34 | 1 | molator | If you don't have a client, use that one: |
35 | 1 | molator | > http://ks35074.kimsufi.com:8080/client_win_x86_stlport-0.8.0.1415.7z |
36 | 1 | molator | |
37 | 1 | molator | h2. Additional Settings |
38 | 1 | molator | |
39 | 1 | molator | h3. Moving the Server |
40 | 1 | molator | |
41 | 1 | molator | By default, the Standalone Server will only work if you placed it in c:\. |
42 | 1 | molator | |
43 | 1 | molator | If you want to move it, edit the following files to match your path : |
44 | 1 | molator | > c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf |
45 | 1 | molator | |
46 | 1 | molator | > c:\ryzom_core_server\ryzom\tools\server\admin\config.php |
47 | 1 | molator | |
48 | 1 | molator | h3. Changing the ports |
49 | 1 | molator | |
50 | 1 | molator | By default, the Web Server is using the port 80 and the MySQL server the port 3306. |
51 | 1 | molator | |
52 | 1 | molator | If you want to change it, edit: |
53 | 1 | molator | > c:\ryzom_core_server\pms_config.ini |
54 | 1 | molator | |
55 | 1 | molator | and update the ports: |
56 | 1 | molator | > Port=80 |
57 | 1 | molator | |
58 | 1 | molator | > MySQLPort=3306 |
59 | 1 | molator | |
60 | 1 | molator | If you changed the Web Server port, you will have to update the Virtual Host Config for the Monitoring Tool: |
61 | 1 | molator | > c:\ryzom_core_server\server\Apache\conf\extra\httpd-vhosts.conf |
62 | 1 | molator | |
63 | 1 | molator | That's all folks!!! |