Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Slickstack | 575 | 2 days ago | 27 | gpl-3.0 | Shell | |||||
Lightning-fast WordPress on Nginx | ||||||||||
Lemper | 181 | 11 days ago | 28 | gpl-3.0 | Shell | |||||
LEMPer Stack is terminal-based LEMP / LNMP installer and manager for Debian & Ubuntu cloud or virtual server (vps) and on-premise (bare metal). | ||||||||||
Ngx_pagespeed_auto | 9 | 5 years ago | 1 | mit | Shell | |||||
宝塔面板下的nginx_pagespeed 安装脚本 | ||||||||||
Ubuntu Vps Doc | 7 | 8 months ago | mit | |||||||
各種ubuntu的教學文檔 | ||||||||||
Mimiimg | 6 | 5 years ago | Objective-C | |||||||
米米图床 | ||||||||||
Lnmp | 3 | 7 years ago | gpl-3.0 | Shell | ||||||
LNMP one-click installation package is a can be written in Linux shells for CentOS/RadHat/Fedora, Debian/Ubuntu/Raspbian/Deepin Linux VPS or independent host installed LNMP (Nginx/MySQL/PHP) | ||||||||||
Vps Scripts | 1 | a year ago | Shell | |||||||
Collected from network and somes modified by myself 脚本来自网络收集,并按照本人使用习惯进行部分修改 | ||||||||||
Banwagon_vps | 1 | 5 years ago | ||||||||
VPS Banwagon WordPress 建站 | ||||||||||
Low End Vps Lnmp | 1 | 10 years ago | other | Shell | ||||||
low end vps lnmp install script test with centos 6 |
LEMPer stands for Linux, Engine-X (Nginx), MariaDB and PHP installer written in Bash script, also known as LEMP / LNMP installer. This is just a small toolset (a bunch collection of scripts) that I use to deploy and manage LEMP stack on Debian and Ubuntu server. LEMPer is crafted to support wide-range PHP framework & CMS. It is available as Free Alternative to the paid control panel such as cPanel, Plesk, CloudWays, Ploi, RunCloud, ServerPilot, etc.
git clone https://github.com/joglomedia/LEMPer.git
git checkout 2.x.x
cp .env.dist .env
and replace the valuessudo apt-get install git && \
git clone -q https://github.com/joglomedia/LEMPer.git && \
cd LEMPer && \
cp -f .env.dist .env && \
sudo ./install.sh
sudo ./remove.sh
LEMPer packed with friendly command line tool which will make your LEMP stack administration much easier. These command line tool called Lemper CLI (lemper-cli) for creating new virtual host and managing existing LEMP stack.
Here are some examples of using LEMPer CLI.
lemper-cli site add -u ${USER} -d example.test -f wordpress \
-w ${HOME}/webapps/example.test --install-app
⚠️ For local/development environment, in order to make the test domain (e.g. example.test) working as expected, you need to do a small workaround by modifying the /etc/hosts
file. By adding the local domain name to the hosts file and assign it with local/private IP address.
Since version 2.4.0, this workaround could be done via lemper-cli
by passing --ipv4
parameter and assign it with private IP address, as below:
lemper-cli site add -u ${USER} -d example.test -f wordpress \
-w ${HOME}/webapps/example.test --ipv4=127.0.10.1 --install-app
For more info
lemper-cli site add --help
Example, enable SSL
sudo lemper-cli manage --enable-ssl example.test
Example, enable FastCGI cache
sudo lemper-cli manage --enable-fastcgi-cache example.test
For more info
sudo lemper-cli manage --help
sudo lemper-cli help
Note: LEMPer CLI automagically add a new PHP-FPM user's pool configuration if it doesn't exists. You must add the user account first.
You can access pre-installed web-based administration tools here.
http://YOUR_IP_ADDRESS:8082/lcp/
Adminer (Web-based SQL database manager)
http://YOUR_IP_ADDRESS:8082/lcp/dbadmin/
TinyFileManager (Web-based file manager)
http://YOUR_IP_ADDRESS:8082/lcp/filemanager/
Add your feature request here!
If you discover any security vulnerabilities or any bugs within LEMPer Stack, please open an issue.
LEMPer Stack is an open-source project licensed under the GNU GPLv3 license with its ongoing development made possible entirely by the support of all these smart and generous people, from code contributors to financial contributors. 💜
Thank you for considering contributing to this project!
![]() Edi Septriyanto @joglomedia |
Made with contributors-img.
You can support development by using any of the methods below:
Buy Me a Bottle of Milk or a Cup of Coffee !!
LEMPer Stack is open-source project licensed under the GNU GPLv3 license.
(c) 2014-2023 | MasEDI.Net