https://github.com/davidgoodwin/uccass
UCCASS Survey web app (PHP, MySQL)
https://github.com/davidgoodwin/uccass
Last synced: 4 months ago
JSON representation
UCCASS Survey web app (PHP, MySQL)
- Host: GitHub
- URL: https://github.com/davidgoodwin/uccass
- Owner: DavidGoodwin
- License: other
- Created: 2016-02-05T10:13:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T15:20:38.000Z (over 1 year ago)
- Last Synced: 2025-04-14T04:36:25.819Z (about 1 year ago)
- Language: PHP
- Size: 1.66 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.txt
- License: license.txt
Awesome Lists containing this project
README
# Unit Command Climate Assessment and Survey System (UCCASS)
## What ?
UCCASS is an online survey platform written in PHP. It uses a MariaDB or MySQL compatible database to store results.
## Requirements
* PHP 5.6/7/8
* Webserver (probably: Apache)
* MySQL or MariaDB database
## Installation
* Create a database, e.g. MariaDB
* `cp survey.ini.php survey.ini.local.php`
* Edit survey.ini.local.php to have the right connection details.
* Visit http://youserver/install.php in a browser.
## Warning
Almost certainly requires future development and testing before it can be used in production as the code has not been maintained in ~10 years or so.
## Notes
See Section 2 of docs/index.html for installation instructions.