Menu

Installation Quick Start

e-Bridge

OTA Golf Management is a LAMP or WAMP setup web application.

Setup of the Local Web Server
Windows
If you are using windows as a server (all you need is a PC)
Then you will want a WAMP setup - Windows, Apache, MySQL, PHP.

We have a simple installer
http://www.e-novate.asia/downloads/WAMP.zip

Download this file, execute a command prompt (run as administrator)
Then change directory the files were extracted
Run the batch file - WAMP.bat
It will install everything into C:\WAMP

Then follow the prompts,
for MySQL - select the option Apache 2.2
and record the password that you choose to connect the database.

Lastly edit the httpd.conf file, add php to the default files to load.
C:\WAMP\Apache Software Foundation\Apache2.2\conf\httpd.conf
Change the line
DirectoryIndex index.html
to
DirectoryIndex index.php index.html

Linux
If you are using linux
You should be able to use the out of the box LAMP setup.

Installing OTA Golf Management.

The PMS can be downloaded from sourceforge.net
http://otatour.sourceforge.net

For Windows you can choose the MSI installer (if available)
For Linux you need the zip file.

Windows

If you use windows, run the MSI, if you used our WAMP installer it will be setup.
Just enter the MySQL password. If MSI not available, use same instructions as Linux.

Linux
Extract the zip file into the htdocs directory
eg
/var/www/htdocs
This will create the golfmis directory.

From the command prompt
cd /var/www/htdocs/golfmis
mysql -u root -p < golfmis.sql
Enter the password and the database will be created.

Running OTA Golf Management
Then from any machine
http://hostname/golfmis
account = admin
password = password

Once you can sign in successfully, then you need to configure
Change your default logo.
Golf Club information
Courses
Product codes
Rates


MongoDB Logo MongoDB