Selasa, 06 September 2016

Hotelmis php

OTA Hotel Management is a LAMP or WAMP setup web application.
Image result for hotelmisImage result for hotelmis
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
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 Hotel Management.
The PMS can be downloaded from sourceforge.net
For Windows you can choose the MSI installer
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.
Linux
Extract the zip file into the htdocs directory
eg
/var/www/htdocs
This will create the hotelmis directory.
from the command prompt
cd /var/www/htdocs/hotelmis
mysql -u root -p < hotelmis.sql
Enter the password and the database will be created.
Running OTA Hotel Management
Then from any machine
http://hostname/hotelmis
account = admin
password = password
Once you can sign in successfully, then you need to configure
Change your default logo.
Hotel information
Room types,
Rooms
Product codes
Rates

Tidak ada komentar:

Posting Komentar