Changes between Version 2 and Version 3 of Integrated Webserver


Ignore:
Timestamp:
01.09.2014 15:37:27 (10 years ago)
Author:
Alloc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Integrated Webserver

    v2 v3  
    99The following conditions must be met for the webserver to become active:
    1010* ControlPanel must be enabled in serverconfig
    11 * The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] (you can get that as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here]) must be put in a folder named ''webserver'' directly in the game folder
     11* The contents of [http://svn.illy.bz/7dtd/binary-improvements/webserver/] must be put in a folder named ''webserver'' directly in the game folder. Three ways to do so:
     12  * (recommended) Get the files with a SVN client. This way you can easily update the files later on by just using the SVN update command. E.g. with a console client:
     13{{{
     14cd /path/to/7dtd/game/folder
     15svn co http://svn.illy.bz/7dtd/binary-improvements/webserver/
     16}}}
     17  * You can get that folder as a ''.tar.gz''-file [http://websvn.illy.bz/dl.php?repname=7dtd&path=%2Fbinary-improvements%2Fwebserver%2F&isdir=1 here] and extract it to your game folder. Make sure to rename the extract folder from ''webserver.r{number}'' to just ''webserver''
     18  * Download the files individually from SVN
    1219
    1320If both are true the webserver will listen on the port defined as ControlPanelPort (from serverconfig) + 2. I.e. if you have set ControlPanelPort to 8080 (as it is by default) the webserver will listen on ''!http://<yourIpOrDomain>:8082/''