https://github.com/pwang1997/ci-ars
https://github.com/pwang1997/ci-ars
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwang1997/ci-ars
- Owner: pwang1997
- License: mit
- Created: 2020-01-14T14:13:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:36:34.000Z (about 3 years ago)
- Last Synced: 2025-01-08T20:34:44.033Z (over 1 year ago)
- Language: PHP
- Size: 1.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.rst
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
************************
Audience Response System
************************
The system is a practice of WebSocket with audience response system(ARS). Its goal is to enable students' engagement
and maximize instructors' freedom in using educational software during quizzes and lecturing.
*******************
Living Demo
*******************
- aws ec2:
*******************
Server Requirements
*******************
- PHP version 7.2 or newer.
- Composer version 1.9 or newer
************
Deployment
************
- Download Apache LAMP Stack "sudo apt update & sudo apt install apache2"
- Append apache2.config with
``
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
``
- Clone the repository ``git clone https://github.com/pwang1997/CI-ARS.git``
- Download Composer packages ``composer i``
- Change Database Config under ``application/config/database.php`` to your database config
- Change Routing base url under ``application/config/config.php $config[base_url]`` to your deployment
- Change JavaScript base url under ``js/global.js`` to your deployment