📄 docs: Update panel readme
This commit is contained in:
@@ -44,10 +44,9 @@ Panel site lives at:
|
||||
- `/var/www/<dev panel URL>/htdocs/style.css`
|
||||
- `/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/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/<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`
|
||||
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`
|
||||
> Optional: lock down later once seeded; see permissions section below
|
||||
> Optional: lock down later once seeded
|
||||
|
||||
3. Install bootstrap + helper scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user