From 62aadb23472b697ddcfabc4c298d6cf46d8802cb Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 1 Jan 2026 19:39:07 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20docs:=20Update=20panel=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev-panel.vincentdevelopment.ca/htdocs/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-panel.vincentdevelopment.ca/htdocs/README.md b/dev-panel.vincentdevelopment.ca/htdocs/README.md index e50b1c3..8b069b2 100644 --- a/dev-panel.vincentdevelopment.ca/htdocs/README.md +++ b/dev-panel.vincentdevelopment.ca/htdocs/README.md @@ -44,10 +44,9 @@ Panel site lives at: - `/var/www//htdocs/style.css` - `/var/www//htdocs/panel.sqlite (auto-created)` -Scripts live at: +Helper scripts live at: - `/usr/local/bin/wp-dev-bootstrap.sh` - - `/usr/local/bin/wo-fix-perms.sh` (optional) - + - `/usr/local/bin/wo-fix-perms.sh` ## Install steps @@ -61,11 +60,14 @@ Scripts live at: Copy: - `index.php` → `/var/www//htdocs/index.php` + - `includes/db.php` → `/var/www//htdocs/includes/db.php` + - `includes/functions.php` → `/var/www//htdocs/includes/functions.php` - `style.css` → `/var/www//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//htdocs` - > Optional: lock down later once seeded; see permissions section below + > Optional: lock down later once seeded 3. Install bootstrap + helper scripts