sinri / dbreq
A new plan for Database SQL Review Work
dev-master
2018-03-16 15:47 UTC
Requires
- greenlion/php-sql-parser: ^4.1
- phpmyadmin/sql-parser: ^4.1.2
- sinri/ark: 0.10
This package is auto-updated.
Last update: 2025-01-17 10:54:37 UTC
README
Powered by Project Ark (Version 0.10).
Deploy
- Prepare server and database. DBREQ requires Linux, PHP 7 (FPM/CGI and CLI), Apache or Nginx, MySQL, etc.
- Initialize MySQL user account and scheme, create tables as
model/README.md
suggests. - Fetch codes (by cloning the git repository or downloading) and put onto server.
- Run
composer install
to get required packages. - Run
php initAdmin.php
to initialize the admin user. - Write the configuration files in
config
, following the sample files. - Configure web servers, write
.htaccess
for Apache or config file for Nginx, to make all non-file-targeted requests toindex.php
.
Now try!