1. Setup

Main page > setup


System Requirements

Windows Server

Put windows/find_path.cgi in a folder that is able to execute cgi program. (i.e "cgi-bin")
Make interface/super_global.js and interface/admin_interface/settings writable.
Go to http://YOUR_URL/interface/admin_interface to setup other system path.

 

Linux Server

Put linux/find_path.cgi in a folder that is able to execute cgi program. (i.e "cgi-bin")
CHMOD 755 find_path.cgi
CHMOD 666 for interface/super_global.js and interface/admin_interface/settings
Go to http://YOUR_URL/interface/admin_interface to setup other system path.

 

Other Operation system

You need to compile the find_path.cpp in side source folder to find_path.cgi
The program is written in ASNI C++ and therefore can be compiled by g++