Thursday, February 21, 2013

How to Upgrade UnrealIRCD

How to Upgrade UnrealIRCD

The recommended way to upgrade is:
Linux:
  • Rename your old UnrealIRCd directory (or otherwise you’ll overwrite it in the next step)
  • Extract the new UnrealIRCd version and run ./Config and make
  • Copy your old configuration files to the new directory (unrealircd.conf, motd, rules, server.* [SSL certs], network file, etc)
Windows:
  • Copy all of your configuration files to a temporary location.
  • Run the uninstaller for any previous versions of Unreal you have installed.
  • Run the installer for the new version of Unreal.
  • Copy your old configuration files to the new folder.
Installation Instructions
Linux:
  1. gunzip -d Unreal3.2.X.tar.gz
  2. tar xvf Unreal3.2.X.tar
  3. cd Unreal3.2
  4. ./Config
  5. Answer these questions to the best of your knowledge. Generally if your not sure, the default will work just fine!
  6. make
  7. Now create your unrealircd.conf and other configuration files, see section 4.
Windows:
  1. Run the Unreal installer
  2. Now create your unrealircd.conf and other configuration files, see section 4.

No comments:

Post a Comment