This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-02 10:39:40 +02:00
parent 838c38d23e
commit 38e60fab1c
2 changed files with 1 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ This is a simple guide how to get started with OpenPanel on your own VPS.
### Quickstart
```bash
git clone https://github.com/Openpanel-dev/openpanel && cd openpanel/self-hosting && ./start
git clone https://github.com/Openpanel-dev/openpanel && cd openpanel/self-hosting && ./setup
# After setup is complete run `./start` to start OpenPanel
```

View File

@@ -1,16 +0,0 @@
#!/bin/bash
# Clone the Openpanel repository
git clone https://github.com/Openpanel-dev/openpanel.git
# Navigate to the self-hosting directory
cd openpanel/self-hosting
# Run the setup script
./setup
# Navigate back to the original directory
cd ../../
# Clean up by removing the downloaded script
rm -- "$0"