sinri/dbreq

A new plan for Database SQL Review Work

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Type:project

dev-master 2018-03-16 15:47 UTC

This package is auto-updated.

Last update: 2024-04-17 09:14:53 UTC


README

Powered by Project Ark (Version 0.10).

Deploy

  1. Prepare server and database. DBREQ requires Linux, PHP 7 (FPM/CGI and CLI), Apache or Nginx, MySQL, etc.
  2. Initialize MySQL user account and scheme, create tables as model/README.md suggests.
  3. Fetch codes (by cloning the git repository or downloading) and put onto server.
  4. Run composer install to get required packages.
  5. Run php initAdmin.php to initialize the admin user.
  6. Write the configuration files in config, following the sample files.
  7. Configure web servers, write .htaccess for Apache or config file for Nginx, to make all non-file-targeted requests to index.php.

Now try!