Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdmot authored Jun 27, 2023
1 parent 5a3cd9a commit c574475
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# webwareos
a web-based operating system built with PHP
![](https://raw.githubusercontent.com/Zaky202/webwareos/main/src/img/logo.png)

#

**WebwareOS** is a web-based operating system built with PHP, HTML, CSS, and JavaScript. It allows you to create a fully functional system that can be run on a hosting platform or your personal computer. With WebwareOS, you can upload and manage files and perform various other tasks typically associated with an operating system.
## Download

To download and set up WebwareOS, follow these steps:

- Download the zip file from the project's GitHub repository.
- Extract the files to a location on your computer.
- Ignore any folders except `src`, because everything we need is in it
- Run the `set_admin.py` script to change the default username and password

By default, the username is `admin` and the password is `iamtheadmin123`.
- Upload all the files to your hosting platform or run them via XAMPP or Apache from your personal computer.
- Once you have completed the setup process, you can start uploading your files and using WebwareOS.


## Screenshots
![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/1.gif)
![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/2.gif)
![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/3.gif)

We hope you find WebwareOS useful for you. If you have any questions or comments, please feel free to reach out to us via the project's GitHub page. Thank you for using WebwareOS!

0 comments on commit c574475

Please sign in to comment.