Hello,
I am trying to set up a WarZ / Infestation server following the instructions at http://forum.ragezone.com/f791/warz-...-deadz-924263/ but I am having some problems with some steps and was wondering if any of you guys could shed some light on the issue.
The way the server is set up now I can launch the WarZLauncher.exe but it doesn't connect to the API server (IIS @ (wwwroot)/api/(files from WZBackend-ASP.NET/Site/*) and (wwwroot)/wz/updater folder, not (wwwroot)/api/wz/updater). Both MasterServer.exe and SupervisorServer.exe are running while I attempted that.
The first issue is with the 2-a item:
I can compile (read "Build Solution" and "Build Site") without problems and I have an IIS server running but I am not sure about which files I should move.2) Compile them all and make sure they are all compiling. Your binaries will be output to the bin folder automatically by the build system.
a) The WZBackend-ASP.NET.sln needs to be built as a compiled application. Move the Precompiled site contents to a location on your IIS server in (root)/api/ after building it now and any other times in this guide.
Should I doorCode:mv (..)/WZBackend-ASP.NET/Site/* (wwwroot)/apior maybe something else.Code:mv (..)WZBackend-ASP.NET/Site (wwwroot)/api
The second issue is with the item III. I already have the database running and I can compare the scripts to the database without problems. However, I am not entirely sure about the scripts on the right and database on the left () is right. Can anyone confirm this?1) Open up RedGate SQL compare, and set it up so that the database is being compared on the left, and the scripts on the right of the window for the server\src\Scripts\sql_warz_svn folder. (PICTURE NEEDED.)
Also, changing the position (DB to the right and scripts to the left) create some errors about not being able to assign values to variables.
And my last issue is about the item IV-6:6) Move the built contents of RSBuild in bin/build/data (.bin/xml file) to your webserver under the directory "wz".
Which way should I do that ? Like this..
orCode:mv (..)/bin/build/data/{*.bin,*.xml,} (wwwroot)/api/wz/Furthermore, I would be grateful if you notice I am doing something else wrong and want to point it out.Code:mv (..)/bin/build/data{*.bin,*.xml,} (wwwroot)/wz/
Thanks in advance.




