The Meeting Sphinx is a platform for hosting secure meetings in which the organizer is notified when any of the viewers starts recording their screen. This platform is perfect for the speakers who are conscious about what they say. Our platform prevents any misuse of the content of the presenter.
- Clone the repository
- Make
django/code/configuration/config.yml
usingdjango/code/configuration/config-stencil.yml
.
- Build the image using
docker-compose -f sphinx-build/development.yml build
- Start the network
docker-compose -f sphinx-build/development.yml up -d
- In order to stop the network, run
docker-compose -f sphinx-build/development.yml down
- Build the image using
docker-compose -f sphinx-build/production.yml build
- Start the network
docker-compose -f sphinx-build/production.yml up -d
- In order to stop the network, run
docker-compose -f sphinx-build/production.yml down
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. Please the templates specified while raising an issue.