Differences
This shows you the differences between two versions of the page.
| en:installation_d_un_serveur_de_patchs [2016/11/24 10:19] – Domperss | en:installation_d_un_serveur_de_patchs [2021/12/03 18:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 86: | Line 86: | ||
| </ | </ | ||
| - | Now you need to(if you already | + | And now, we will simply create the implementation of the file: '' |
| + | |||
| + | <WRAP center round info 90%> | ||
| + | Now you need to(if you haven' | ||
| This because the patch service needs to know WHAT files to offer to the client(as an update). | This because the patch service needs to know WHAT files to offer to the client(as an update). | ||
| Detailed " | Detailed " | ||
| It explains how to configure the file for proper operation. | It explains how to configure the file for proper operation. | ||
| + | This guide will continue with the DEFAULT example below(and is only for testing purpose). | ||
| + | </ | ||
| - | + | Our(DEFAULT) | |
| - | NEXT.. we will simply create the implementation of the file: '' | + | |
| - | Our configuration file will look like this: | + | |
| <code xml ryzom.xml> | <code xml ryzom.xml> | ||
| <xml> | <xml> | ||
| Line 188: | Line 191: | ||
| We will assume that you already have a functional Apache server, and that you just have created a new VirtualHost. If the " | We will assume that you already have a functional Apache server, and that you just have created a new VirtualHost. If the " | ||
| - | Our wish here is to have a simple address(without | + | Our wish here is to have a simple address(with port for the patch server), which will be in the form of: |
| <code bash> | <code bash> | ||
| - | http:// | + | http:// |
| (Our game server being installed at): http:// | (Our game server being installed at): http:// | ||
| Line 242: | Line 245: | ||
| <code bash> | <code bash> | ||
| - | cd ~/ | + | cd && sudo chown -R compil: |
| </ | </ | ||
| Line 248: | Line 251: | ||
| We must then notify the customers that the patch number " | We must then notify the customers that the patch number " | ||
| - | This will be done by using the file '' | + | This will be done by using the file '' |
| <code bash> | <code bash> | ||
| cd ~/ | cd ~/ | ||
| Line 273: | Line 276: | ||
| <code xml|client_default.cfg> | <code xml|client_default.cfg> | ||
| PatchWanted | PatchWanted | ||
| - | PatchUrl = " | + | PatchUrl = " |
| RingReleaseNotePath = " | RingReleaseNotePath = " | ||
| </ | </ | ||
| Line 297: | Line 300: | ||
| <code xml|client_default.cfg> | <code xml|client_default.cfg> | ||
| PatchWanted | PatchWanted | ||
| - | PatchUrl = " | + | PatchUrl = " |
| RingReleaseNotePath = " | RingReleaseNotePath = " | ||
| </ | </ | ||





