new changes
This commit is contained in:
12
README.md
12
README.md
@@ -9,8 +9,8 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://github.com/YakPanel/YakPanel)
|
[](https://source.yakpanel.com/admin/yakpanel-core)
|
||||||
[](https://github.com/YakPanel/YakPanel)
|
[](https://source.yakpanel.com/admin/yakpanel-core)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
@@ -93,10 +93,12 @@ Dir usage analysis
|
|||||||
|
|
||||||
## YakPanel 2026 Dev Scaffold (Ubuntu)
|
## YakPanel 2026 Dev Scaffold (Ubuntu)
|
||||||
|
|
||||||
Use this for the new multi-service architecture scaffold in this repository:
|
Use this for the new multi-service architecture scaffold in this repository.
|
||||||
|
|
||||||
|
Source: [https://source.yakpanel.com/admin/yakpanel-core](https://source.yakpanel.com/admin/yakpanel-core) · clone with `git clone https://source.yakpanel.com/admin/yakpanel-core.git`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd YakPanel-master
|
cd yakpanel-core
|
||||||
chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
||||||
./scripts/install-ubuntu.sh
|
./scripts/install-ubuntu.sh
|
||||||
```
|
```
|
||||||
@@ -104,7 +106,7 @@ chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
|||||||
One-click installer:
|
One-click installer:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd YakPanel-master
|
cd yakpanel-core
|
||||||
chmod +x one-click-installer.sh
|
chmod +x one-click-installer.sh
|
||||||
./one-click-installer.sh
|
./one-click-installer.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -2,10 +2,17 @@
|
|||||||
|
|
||||||
This setup brings up the YakPanel 2026 scaffold stack on Ubuntu 22.04/24.04.
|
This setup brings up the YakPanel 2026 scaffold stack on Ubuntu 22.04/24.04.
|
||||||
|
|
||||||
|
## Clone the repository
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone https://source.yakpanel.com/admin/yakpanel-core.git
|
||||||
|
cd yakpanel-core
|
||||||
|
```
|
||||||
|
|
||||||
## Quick install
|
## Quick install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/YakPanel-master
|
cd /path/to/yakpanel-core
|
||||||
chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
||||||
./scripts/install-ubuntu.sh
|
./scripts/install-ubuntu.sh
|
||||||
```
|
```
|
||||||
@@ -13,7 +20,7 @@ chmod +x scripts/install-ubuntu.sh scripts/bootstrap-dev.sh
|
|||||||
## One-click install
|
## One-click install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /path/to/YakPanel-master
|
cd /path/to/yakpanel-core
|
||||||
chmod +x one-click-installer.sh
|
chmod +x one-click-installer.sh
|
||||||
./one-click-installer.sh
|
./one-click-installer.sh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user