Add sponsorship

This commit is contained in:
joglomedia
2019-11-13 15:54:28 +07:00
parent b51272529a
commit f8a342047e
2 changed files with 26 additions and 0 deletions

4
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1,4 @@
# These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
custom: ['https://www.paypal.me/masedi'] # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

View File

@@ -30,31 +30,38 @@ LEMPer stands for Linux, Engine-X (Nginx), MariaDB and PHP installer written in
* Execute lemper.sh file, sudo ./lemper.sh --install.
### Install Nginx, PHP & MariaDB
```bash
sudo apt-get install git
git clone -q https://github.com/joglomedia/LEMPer.git; cd LEMPer; cp -f .env.dist .env; sudo ./lemper.sh --install
```
### Uninstall Nginx, PHP & MariaDB
```bash
sudo ./lemper.sh --remove
```
## LEMPer Command Line Administration Tool
LEMPer comes with friendly command line tool which will make your LEMP stack administration much more easier. These command line tool called Lemper CLI (lemper-cli) for creating new virtual host and managing existing LEMP stack.
### lemper-cli Usage
Add/create new virtual host
```bash
sudo lemper-cli create -u username -d example.app -f default -w /home/username/Webs/example.app
```
Manage/update existing virtual host
```bash
sudo lemper-cli manage --enable-fastcgi-cache example.app
```
for more help
```bash
sudo lemper-cli --help
```
@@ -62,20 +69,27 @@ sudo lemper-cli --help
Note: Lemper CLI will automagically add new PHP-FPM user's pool configuration if it doesn't exists.
## Web-based Administration
You can access pre-installed web-based administration tools here
```bash
http://YOUR_IP_ADDRESS:8082/lcp/
```
Adminer (SQL database management tool)
```bash
http://YOUR_DOMAIN_NAME:8082/lcp/dbadmin
```
FileRun (File management tool)
```bash
http://YOUR_DOMAIN_NAME:8082/lcp/filemanager
```
## TODO
* ~~Custom build latest [Nginx](https://nginx.org/en/) from source~~
* ~~Add [Let's Encrypt SSL](https://letsencrypt.org/)~~
* ~~Add network security (iptable rules, firewall configurator, else?)~~
@@ -86,13 +100,21 @@ http://YOUR_DOMAIN_NAME:8082/lcp/filemanager
* Add your feature [request here](https://github.com/joglomedia/LEMPer/issues/new).
## Contribution
Please send your PR on the Github repository to help improve this script.
## TLDR;
Do not use this script if you're looking for feature rich and advanced tool like premium service.
## DONATION
**[Buy Me a Bottle of Milk](https://paypal.me/masedi) !!**
## SPONSORSHIP
[![Supported by Evolution Host a DDoS Protected VPS Provider](https://ci5.googleusercontent.com/proxy/Baz3D8IAk71Yx2JUSU1gvaunKdKLFPBDsj4t7-4cuhqNyP4FBkSd3H6pSIB3g1zKNl6BqkRu6tKIZVf3z-JjeXV3uA=s0-d-e1-ft#https://evolution-host.com/images/signature4.png)](https://evolution-host.com/vps-hosting.php "Supported by Evolution Host a DDoS Protected VPS Provider")
## Copyright
(c) 2014-2019