
Social Poster Pro - package
===========================

Package contents:
- php_app/   (PHP app)
- node_worker/ (Node worker to run Playwright automation)
Default admin: admin@example.com / password123

Install (PHP only):
1. Upload php_app to public_html/social_poster_pro/php_app
2. Make php_app/data and php_app/uploads writable
3. Edit php_app/config.php and set 'worker_token' to a secret and 'base_url' if required
4. Open https://yourdomain.com/social_poster_pro/php_app/public/login.php

Node worker (optional):
1. Upload node_worker to VPS or host with Node
2. npm install
3. (optional) npm i -D playwright && npx playwright install --with-deps
4. Edit node_worker/index.js token or php_app/config.php to match
5. Start: node index.js (or pm2)
