-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |