Skip to content

apoorvaron/Course_Registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run on Local 📖

--------------------------

Step -1 Download zip file

Step -2 unzip it

Step -3 Put task folder inside

      /Applications/MAMP/htdocs/  folder  (FOR MAC)
      C:/xampp/htdocs/            folder  (FOR WINDOWS)

Step -4 Change in /Applications/MAMP/htdocs/gForm/environment.php. file (FOR MAC)

        <?php
           $env_server = "localhost";
           $env_username = "root";
           $env_password = "root";
           $env_database = "task";
           $env_port = "8889";
        ?>

Step -4 Change in htdocs/gForm/environment.php. file (FOR WINDOWS)

        <?php
          $env_server = "localhost:3306";
          $env_username = "root";
          $env_password = "";
          $env_database = "task";
          $env_port = "3306";
        ?>

Step -5 Setup dB, open

      localhost:8888/phpmyadmin   (FOR MAC)
      localhost/phpmyadmin        (FOR WINDOWS)

Step -6 Create database

Step -7 Database name "task"

Step -8 Import Database from "/" directory in database name "task".

        1) task.sql

Step -9 Run in browser

      localhost:8888/task/     (FOR MAC)
      localhost/task/          (FOR WINDOWS)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors