Skip to content
mid-kid edited this page Aug 13, 2013 · 13 revisions

The following instructions explain how you run cuwo on Linux.

  1. Checkout the repository from GitHub or get the souce here.
  2. Unzip the package and move it to your favorite place.
  3. Mark the run_server.sh as executable with chmod +x run_server.sh.
  4. Install python2.7, python-twisted, python-dev and cython
  • Debian/Ubuntu: sudo apt-get install python2.7 python-twisted python-dev cython build-essential
  • Arch Linux: pacman -S twisted cython2
  • Other: Search and install twisted/cython in your package manager, otherwise compile it yourself.
  1. Run sh build.sh to build the C++ extension modules.
  2. 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.
  3. Start your cuwo server with ./run_server.sh and have fun.

If you have any (reproducible) issues post them here on GitHub or come to #cuwo on EsperNet IRC.

Clone this wiki locally