Skip to content

pragyad3188/The-Meeting-Sphinx

 
 

Repository files navigation

The Meeting Sphinx

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.

Setup guidelines

  • Clone the repository
  • Make django/code/configuration/config.yml using django/code/configuration/config-stencil.yml.

Development Server

  • 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

Production Server

  • 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

Contributing

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.

Associated Repositories

About

Platform for hosting secure meetings

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 2.3%
  • Shell 0.2%