|
Step by Step on how to install BugHotel Reservation System |
|
|
|
Step by Step on how to install BugHotel Reservation System Version 4.x
This document applies to BugHotel Reservation System Version 4.x
Installing BugHotel Reservation System First make sure you have all server side requirements in order to run BugHotel Reservation System. Using SSH/Telnet (Recommended) - SSH/Telnet to your provider and change to your world wide web directory (common folders are www, public_html, wwwroot, htdocs, httpdocs we are assuming www so we execute: cd www )
- Download Latest version of BugHotel Reservation System from downloads section
- We now uncompress the downloaded file bughotel.tar.gz file ( We execute: tar -xzf bughotel.tar.gz)
- Installation is almost done, we now open a browser window and open the address of your site with /hotel/ or the directory you've created. Eg: [url]http://www.your-site-name.com/hotel/[/url]
- Follow the installation wizard (Basically you need to provide the MySQL database login, password and database name and press next, next, next to all the other questions). Make sure the provided login/password and database name are orrect. These are usually provided by your Internet Service Provider
- Installation is done and you will be able to login to your back office and view your hotel front system.
Using FTP - Download Latest version of BugHotel Reservation System from downloads area to your local computer
- Uncompress the downloaded file (bughotel.tar.gz) to a temporary folder on your local computer. We will use c:\temp\hotel [*]Login to your server's using your ftp information provided by your Internet service provider
- Upload the full content of your local computer c:\temp\hotel to your server www folder. (Make sure you upload all files)
- Make sure that the file config folder is writable (chmod 777) or use ws_ftp for example and put RWX (If this is not done you will get a warning by the setup wizard telling you it can't write configuration file)
- Open your web browser and open the address of your site with /hotel/ or the directory you've created. Eg: [url]http://www.your-site-name.com/hotel/[/url]
- Follow the installation wizard (Basically you need to provide the MySQL database login, password and database name and press next, next, next to all the other questions). Make sure the provided login/password and database name are correct. These are usually provided by your Internet Service Provider
- Installation is done and you will be able to login to your back office and view your hotel front system.
|