Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imlakshay08 authored Sep 5, 2022
1 parent 2e684d4 commit 0dc7d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You need to setup XAMPP on your local system, along with phpMyAdmin, MySQL Datab
## How to setup this Project locally

1. First `Fork` the repository,by clicking tab on the right most corner.
2. Go to the directory where you have installed XAMPP, by default directory should be C:/xampp. Open htdocs folder, then open git bash there, type `git clone` along with the fork's link of this repository, that is, `git clone https://github.com/imlakshay08/Waste-Management-System.git`. All the necessary files would be cloned there.
2. Go to the directory where you have installed XAMPP, by default directory should be C:/xampp. Open htdocs folder, then open git bash there, type `git clone` along with the fork's link of this repository, that is, `git clone https://github.com/your-username/Waste-Management-System.git`. All the necessary files would be cloned there.
3. Then, you need to setup SQL database on phpMyAdmin through this link - http://localhost/. You just need to import wms.sql file there, after creating a new database.
4. Then, open your browser, open this link http://localhost/Waste-Management-System/. This will open homepage of the web application. Now you have successfully setup the project in your system.
5. Use the project. Do the desired changes if you want in the codebase, make a pull request. A PR would be highly appreciable.
Expand Down

0 comments on commit 0dc7d55

Please sign in to comment.