https://github.com/otseng/uba_viewer
UBA viewer
https://github.com/otseng/uba_viewer
Last synced: over 1 year ago
JSON representation
UBA viewer
- Host: GitHub
- URL: https://github.com/otseng/uba_viewer
- Owner: otseng
- Created: 2021-05-23T18:46:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T20:17:03.000Z (about 5 years ago)
- Last Synced: 2024-04-28T02:06:56.093Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# UBA Viewer
Supports globally accessible presenter viewing of UBA http-server mode
## Installation
### Setup database
Create mysql/mariadb database and record database name, username, and password
Create tables using docs/tables.sql
### Setup log directory
chmod 777 log
### Setup code
Copy config.sample.php to config.php
Modify database name, username, and password in config.php