Skip to content
Mathias Kærlev edited this page Jan 24, 2014 · 18 revisions

The following section will guide you through getting cuwo up and running in Windows.

  1. Either checkout the cuwo project from GitHub, or download a zip file of the project.

  2. Extract the zip file’s contents to your desired location.

  3. Install Python 2.7.6

  4. Install pywin Build 218

  5. Install Twisted

  6. Install zope.interface 4.0.5

  7. Install Cython

  8. Install Microsoft Visual Studio 2008 (Express will work fine)

  9. Edit your environment variables to have C:\Python27 in PATH.

    • This assumes that Python 2.7 installed in C:\Python27 (which is the default installation path).

  10. Edit config/base.py to your liking. You should perhaps edit 'server_name' and the 'PASSWORDREPLACEME' key, which is the default password for administration purposes.

  11. Run build.bat, then run_server.bat and enjoy!

    • If you run the batch file and it opens and immediately closes, click Start, run cmd, navigate to the folder where you extracted the cuwo files, and run run_server.bat from the command prompt to see what errors it gives.

  12. If you have any problems, come talk to us on #cuwo on EsperNet IRC or open an issue if you can reproduce the problem.

Clone this wiki locally