Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehiy/webox-alpine
基于Alpine的LNMP整合安装方案
https://github.com/rehiy/webox-alpine
Last synced: about 1 month ago
JSON representation
基于Alpine的LNMP整合安装方案
- Host: GitHub
- URL: https://github.com/rehiy/webox-alpine
- Owner: rehiy
- Created: 2023-02-10T12:37:46.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T04:49:33.000Z (10 months ago)
- Last Synced: 2024-01-11T07:26:28.237Z (10 months ago)
- Language: HTML
- Homepage: https://www.rehiy.com/post/135/?v1
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Webox?
Re sail from alpine !
Webox (`abbreviation for web-box`) is a customized LNMP server, which includes the following components: MariaDB, Nginx, PHP, Redis. And add some popular plug-ins.
## Install apps
```bash
wget https://github.com/rehiy/webox-alpine/archive/refs/heads/master.tar.gz
tar xvf master.tar.gz && rm -f master.tar.gzcd webox-alpine-master
sh install mysql nginx nginx-php php8.1 redis
```## Start service
```bash
wkit mysql start
wkit redis start
wkit php81 start
wkit nginx start
```## Stop service
```bash
wkit mysql stop
wkit redis stop
wkit php81 stop
wkit nginx stop
```## More Issues
See for more issues.