new changes
This commit is contained in:
28
README.md
28
README.md
@@ -91,3 +91,31 @@ Dir usage analysis
|
||||
**Note: after the deployment is complete, please immediately modify the user name and password in the panel settings and add the installation entry**
|
||||
|
||||
|
||||
## YakPanel 2026 Dev Scaffold (Ubuntu)
|
||||
|
||||
Use this for the new multi-service architecture scaffold in this repository:
|
||||
|
||||
```bash
|
||||
cd YakPanel-master
|
||||
chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
||||
./scripts/install-ubuntu.sh
|
||||
```
|
||||
|
||||
One-click installer:
|
||||
|
||||
```bash
|
||||
cd YakPanel-master
|
||||
chmod +x one-click-installer.sh
|
||||
./one-click-installer.sh
|
||||
```
|
||||
|
||||
Or run manually:
|
||||
|
||||
```bash
|
||||
make init
|
||||
make up
|
||||
make ps
|
||||
```
|
||||
|
||||
Reference: `docs/ubuntu-dev-install.md`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user