From dbc40aac7bc120e04265cb4e89b4319ffafbc737 Mon Sep 17 00:00:00 2001 From: usmannasir <01-134132-158@student.bahria.edu.pk> Date: Tue, 24 Oct 2017 19:30:49 +0500 Subject: [PATCH] Updated Project Info --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..5e84d3208 --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# CyberPanel + +Webhosting control panel that uses OpenLiteSpeed as web server. + +## Features + +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. + +* Different Level Of users. +* Auto SSL. +* FTP Server. +* Light weight DNS Server (PowerDNS). +* PHPMYAdmin. +* Email Support (Rainloop). +* FileManager. +* PHP Managment. +* Firewall. +* One click Backup and Restore. + +# Supported PHPs + +* PHP 5.3 +* PHP 5.4 +* PHP 5.5 +* PHP 5.6 +* PHP 7.0 +* PHP 7.1 + + +# Installation Instructions + + +``` +wget http://cyberpanel.net/install.tar.gz +tar zxf install.tar.gz +cd install +chmod +x install.py +python install.py [IP Address] +``` + +# Resources + +* [Official Site.](http://cyberpanel.net) +* [Documentation.](http://docs.cyberpanel.net) +* [Forums.](https://forums.cyberpanel.net) + +