📄 docs: Update panel readme

This commit is contained in:
dev
2026-01-01 19:39:07 +00:00
parent bb621fb745
commit 62aadb2347

View File

@@ -44,10 +44,9 @@ Panel site lives at:
- `/var/www/<dev panel URL>/htdocs/style.css` - `/var/www/<dev panel URL>/htdocs/style.css`
- `/var/www/<dev panel URL>/htdocs/panel.sqlite (auto-created)` - `/var/www/<dev panel URL>/htdocs/panel.sqlite (auto-created)`
Scripts live at: Helper scripts live at:
- `/usr/local/bin/wp-dev-bootstrap.sh` - `/usr/local/bin/wp-dev-bootstrap.sh`
- `/usr/local/bin/wo-fix-perms.sh` (optional) - `/usr/local/bin/wo-fix-perms.sh`
## Install steps ## Install steps
@@ -61,11 +60,14 @@ Scripts live at:
Copy: Copy:
- `index.php``/var/www/<dev panel URL>/htdocs/index.php` - `index.php``/var/www/<dev panel URL>/htdocs/index.php`
- `includes/db.php``/var/www/<dev panel URL>/htdocs/includes/db.php`
- `includes/functions.php``/var/www/<dev panel URL>/htdocs/includes/functions.php`
- `style.css``/var/www/<dev panel URL>/htdocs/style.css` - `style.css``/var/www/<dev panel URL>/htdocs/style.css`
Make sure the web server can write the SQLite DB (the panel will create it on first load):
Make sure the web server can write the SQLite DB (the panel will create it on first load):
`sudo chown -R www-data:www-data /var/www/<dev panel URL>/htdocs` `sudo chown -R www-data:www-data /var/www/<dev panel URL>/htdocs`
> Optional: lock down later once seeded; see permissions section below > Optional: lock down later once seeded
3. Install bootstrap + helper scripts 3. Install bootstrap + helper scripts