Record include controller, model and views to handle records in database tables.
Record structure gets from database or from structure-file. Embedded custom fields as list or file to upload data, and another
All dependencies, lib, configs, media - filed fully composed in branch, no needs to copy by hands.
Make app run folder, next get files using git, clone repository and checkout branch
To use repository into current empty dir /current_dir, exec next commands:
All general settings of this app are by default /__config.
Database connection settings are by default /__config/db_conn.php.
Queries to create test tables and insert into data in dir /migrations
To setup connections, create tables and use migrations you can clone and merge into project theme-branch admin