feat: automatic db creation and migration
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
- make sure that you have `pdo_sqlite`
|
||||
- oonix `chmod +x ./dev.sh` and then `./dev.sh`
|
||||
- uindos `cat ./dev.sh | iex` in poersel
|
||||
- for production generate dist with `./bundle.sh`
|
||||
|
||||
### IMPORTANT
|
||||
|
||||
@@ -14,5 +15,7 @@
|
||||
- dx4dashboard
|
||||
- change `base` in `vite.config.ts`
|
||||
- change `API_BASE_URL` and `CLIENT_FRONTEND_URL` in `src/App.jsx`
|
||||
- backend
|
||||
- change `ADMIN_PASS` and `API_PATH` in `admin_api.php`
|
||||
- **backend !!**
|
||||
- change `ADMIN_PASS` and `API_PATH` in `admin_api.php`
|
||||
- change `$password` in `adm/phpliteadmin.config.php`
|
||||
- **block http requests to `data.db`!!!**
|
||||
Reference in New Issue
Block a user