project dbreq
A new plan for Database SQL Review Work
sinri/dbreq
A new plan for Database SQL Review Work
- Friday, March 16, 2018
- by sinri
- Repository
- 0 Watchers
- 0 Stars
- 0 Installations
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
DBREQ - Open Source Version
Powered by Project Ark (Version 0.10)., (*1)
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 to index.php
.
Now try!, (*2)