This is main website for Vietnamese Student Association at RIT. The website is developed on server side using PHP. Therefore, you must install XAMP (or similar program) to turn your computer into a local server in order to run this website.
- Go to https://www.apachefriends.org/download.html and download compatible version of XAMP
- Install XAMP and open XAMP Control Panel
- Click "Start" button for Module Apache and MySQL
- Clone the project folder to your local machine and place it in C:\xampp\htdocs (or wherever you chose install XAMPP, but it must be inside htdocs folder).
- To access website, open browser and enter 'localhost' as the address; to access database, open browser and enter 'localhost/phpmyadmin or simply click "Admin" button next to "Start" button in XAMP Control Panel.
- Localhost takes you to htdocs folder and there you can see RIT-VSA folder, clicking on it will display index.php as home page.