AdarshKumar712 / MathsDep_Website

Website for the department of Mathematics, IIT Kharagpur
4 stars 19 forks source link

MathsDep_Website

Website for the department of Mathematics, IIT Kharagpur.

Purpose

Purpose of this website is to the serve for the benefit of the students of Mathematics and Computing at IIT Kharagpur and to provide a better interface between Professors and Students.

Details/Components

Installation

Primary Installation:

  1. Install any apache software for server hosting like XAMPP or MAMP.
    • [Download XAMPP](https://www.apachefriends.org/download.html)
    • [Download MAMP](https://www.mamp.info/en/downloads/)

    and more you can google.....

  2. Clone the repository, and navigate to the downloaded folder.
  3. Move the downloaded Zip file related to the repository to the htdocs folder in the XAMPP/MAMP folder wherever you have installed it(XAMPP/MAMP) and then unzip the file.
  4. Suppose your host app is MAMP, then run the MAMP and then click Start Servers(Though in general it starts automatically).
  5. Click "Open WebStart page". New Window opens in the browser. From the webpage opened in browser, click "My Website".
  6. Select the Mathematics Website folder from Index.

    Website is all set to surf!!!!!!!!

Installing the Database for Login

  1. Run MAMP/XAMPP, then Click "Open WebStart Page".
  2. Select "phpMyAdmin" from drop down of "Tools" menu.
  3. Now in phpMyAdmin, create a new database named "demo".
  4. After creating the database, click "Import" tab. Then under choose file, select the 'loginform.sql' file from MY SQL folder in the Maths Website folder.

    Now the login page is also set
    **Note: Password you can find out using the decrypt web application.

Contribution

Those who want to contribute in this project, go through the CONTRIBUTION_KWOC.md.

Other details

This repository make use of the boootstrap templates. With the help oh Php,Html,Javascript, it tries to create a user-friendly interface between client(faculty/student) and the database.