Skip to content

Installation

Andrey Tsurkan edited this page May 24, 2018 · 2 revisions

Requirements

UNIauth requires any CGI-Apache-compatible OS like Linux, Windows, OS X. It also requires GCC on Linux and OS X for source code compilation.

Windows Installation

To install UNIauth on Windows system you have several options. The option I prefer is XAMPP for Windows. You can download it here. After installing you should:

  1. Make sure that mod-cgi is enabled
  2. Install all UNIauth files to the Apache directory
  3. Complete installation with uniauth_setup.exe

Linux Installation

To install UNIauth for Linux you should:

  1. Install build-essential package
  2. Get all source code files from tarball or zip-archive
  3. Run uniauth_setup.sh to compile all files (program will ask you for configuration details)
  4. Move all compiled .cgi files to the /usr/lib/cgi-bin
Clone this wiki locally