Tool for managing access to BigBlueButton meetings https://vergadering.bij1.org/ingang/rooms/
Go to file
Kiara Grouwstra 8c56d32535 patch mimemagic 2021-12-05 22:18:33 +01:00
app update csv dump (vimeo-proofing?) 2021-12-05 22:18:04 +01:00
config merge gitlab+server histories 2021-12-05 22:18:29 +01:00
db add user presence 2021-12-05 22:15:56 +01:00
lib initial 2020-10-30 16:10:59 +01:00
log flesh out gitignore 2021-12-05 22:15:56 +01:00
public initial 2020-10-30 16:10:59 +01:00
storage initial 2020-10-30 16:10:59 +01:00
test initial 2020-10-30 16:10:59 +01:00
tmp flesh out gitignore 2021-12-05 22:15:56 +01:00
vendor initial 2020-10-30 16:10:59 +01:00
.browserslistrc initial 2020-10-30 16:10:59 +01:00
.gitignore flesh out gitignore 2021-12-05 22:15:56 +01:00
.gitlab-ci.yml ci: alias rails 2021-11-14 23:27:14 +01:00
.ruby-version initial 2021-12-05 21:52:18 +01:00
.tool-versions patch mimemagic 2021-12-05 22:18:33 +01:00
Gemfile patch mimemagic 2021-12-05 22:18:33 +01:00
Gemfile.lock updated sprockets-rails 2021-11-15 22:16:24 +01:00
README.md add readme 2021-11-14 22:13:02 +01:00
Rakefile initial 2020-10-30 16:10:59 +01:00
babel.config.js initial 2020-10-30 16:10:59 +01:00
config.ru initial 2020-10-30 16:10:59 +01:00
package.json initial 2020-10-30 16:10:59 +01:00
postcss.config.js initial 2020-10-30 16:10:59 +01:00
run.sh add run.sh 2021-12-05 22:15:56 +01:00
yarn.lock initial 2020-10-30 16:10:59 +01:00

README.md

ingang

This is a piece of middleware intended to help manage invites for BigBlueButton and [Helios])(https://heliosvoting.org/), the two systems we use in tandem for holding meetings where members can vote. Its web interface is hosted at https://vergadering.bij1.org/ingang/rooms/.

requirements

usage

  • bundle install
  • rails test
  • rails server

documentation checklist

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...