Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

aitalshashank2/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