-
Notifications
You must be signed in to change notification settings - Fork 63
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
1 parent
1636937
commit 8e87ecb
Showing
1 changed file
with
49 additions
and
5 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,7 +1,51 @@ | ||
# WebEngine | ||
WebEngine is an open-source, fast and secure CMS for private Mu Online game servers. | ||
# WebEngine CMS 1.2.0 | ||
|
||
We are currently working on version 2.0.0! | ||
Open source Content Management System for Mu Online servers. WebEngine's goal is to provide a fast and secure framework for server owners to create and implement their own features to the CMS. | ||
|
||
For support please visit our support forum: | ||
http://forum.muengine.net/ | ||
## Getting Started | ||
|
||
These instructions will help you deploy your own copy of the CMS. | ||
|
||
### Prerequisites | ||
|
||
Here's what you need to run WebEngine CMS | ||
|
||
* Apache mod_rewrite | ||
* PHP 5.6 or higher | ||
* PHP PDO dblib/odbc/sqlsrv | ||
* cURL Extension | ||
* OpenSSL Extension | ||
* short_open_tag enabled | ||
* JSON | ||
|
||
### Installing | ||
|
||
1. Upload and extract the release files to your web server | ||
2. Run WebEngine CMS Installer `yourwebsite.com/install` and follow the instructions | ||
3. Add the master cron job `/includes/cron/cron.php` to run `once per minute` | ||
|
||
## Other Software | ||
|
||
WebEngine CMS wouldn't be possible without the following awesome projects. | ||
|
||
* [PHPMailer](https://github.com/PHPMailer/PHPMailer/) | ||
* [Bootstrap](https://getbootstrap.com/) | ||
* [jQuery](http://jquery.com/) | ||
* [reCAPTCHA](https://github.com/google/recaptcha) | ||
|
||
## Authors | ||
|
||
* **Lautaro Angelico** - *Developer* | ||
* **Mon** - *Developer* | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details | ||
|
||
## Support | ||
|
||
### Official Discord Server | ||
[WebEngine CMS Official Discord](https://webenginecms.org/discord) | ||
|
||
### WebEngine Community Support Forum | ||
[WebEngine Support Forum](https://forum.webenginecms.org/) |