Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kwesijnr505050/softwareEngineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

softwareEngineering

hall security maangement system done with the help of using html, mysql, php and javascript. Which can be used used at the enquiry desk at halls in different universities

---Must do things to application you need to install to get the software runnung---

1.To set up a web server and PHP on your laptop, begin by downloading and installing a web server software package like Apache or Nginx. You can find Apache at https://httpd.apache.org/download.cgi and Nginx at https://nginx.org/en/download.html. Follow the instructions provided on the respective websites to complete the installation.

2.Once the web server is installed, proceed to download and install the latest version of PHP from https://www.php.net/downloads.php, following the instructions provided on the website.

3.Next, configure your web server to work with PHP. The steps to do this will depend on the specific web server you have installed. For example, to enable PHP on Apache, you can use a configuration file like httpd.conf or apache2.conf, while on Nginx, you can use the fastcgi_pass directive.

4.To test your PHP installation, create a PHP file and place it in the web server's document root directory. Th.is directory is where the web server serves files from; for Apache, the document root is usually /var/www/html, and for Nginx, it's typically /usr/share/nginx/html.

5.Finally, open your web browser and navigate to the URL of the PHP file you just created. If everything is configured correctly, you should see the output of the PHP script displayed in your browser.

-- importing the database into the xammp to get the database setup-- step:

  1. Start the Apache and MySQL modules in XAMPP by clicking on the "Start" buttons next to them in the XAMPP Control Panel.

  2. Open a web browser and go to http://localhost/phpmyadmin. This will take you to the phpMyAdmin web interface.

  3. Click on the "Import" tab in the phpMyAdmin interface.

  4. In the "File to import" section, click on the "Choose File" button and select the SQL file that contains your database. This file must be located on your computer.

  5. Under the "Format" section, select "SQL" from the dropdown menu.

  6. Click on the "Go" button at the bottom of the page to begin importing your database.

  7. Wait for the import process to complete. This may take some time depending on the size of your database.

  8. Once the import is complete, you should see a message indicating that the database has been successfully imported.

That's it! You have now successfully imported your database in XAMPP. You can now use this database for your local development needs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published