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