MINGLR is an experimental software system developed to explore ways of supporting ad hoc, private videoconferences. We expect it to be useful for virtual conferences and many other kinds of online events, both business and social. An MIT working paper about the MINGLR system and its use at the ACM Collective Intelligence virtual conference (CI 2020) in June 2020 is available here.
- server
libs
: miscelleneous methodsmiddleware
routes
schemas
: modelsapp.js
: configures the appsocket.js
: configures socket.io
- client
hoc
: high-level component to authorize the usercomponents
approach
: components that go only insideapproach
containercommons
: components that are repeatedly used in multiple pagescontainers
: components that act as a container that contains various componentspages
: components that act as a page that shows various containers
- Clone this repository
- Join Heroku
- Create new app on Heroku
- Go to settings of your app and set up Config Vars as follows:
- before this, you would need to work on mongodb, cloudinary, Google dev center, and Facebook dev center
MONGO_ID=your id at mongodb.com MONGO_PASSWORD=your password at mongodb.com MONGO_APPNAME=app name at mongodb.com GOOGLE=your OAuth key on Google developer tool FACEBOOK=your OAuth key on Facebook developer tool CLOUD_KEY=your key on cloudinary.com CLOUD_SECRET=your secret key on cloudinary.com CLOUD_NAME=your cloud name on cloudinary.com EMAIL_ADDRESS=your email you would like to use for password recovery EMAIL_PASSWORD=password of the email above DOMAIN=your.domain
- Turn on your terminal and go to the directory where you cloned this repo
- Install the Heroku CLI
- Download and install the Heroku CLI.
- If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login
- Set git remote heroku to https://git.heroku.com/your-app-name.git
heroku git:remote -a your-app-name
- Deploy Minglr to Heroku
git push heroku master
- Clone this repository
npm install && npm run dev
© Copyright 2020 Massachusetts Institute of Technology