MyTurn-OpenSource / pyturn

MyTurn implementation with Python backend and HTML/CSS/JavaScript frontend
Other
3 stars 0 forks source link
  1. Enter your name after "Your name" and then press "Join".

  2. The Group initialization fields appear if "(Create new group)" is selected at the "Join" screen.

  3. Enter the name of your new discussion after "Group name."

  4. Enter a number after "Total (min)", which will be the maximum time for discussion, in minutes.

  5. Enter a number after "Turn (sec)", which will be the minimum time a person can speak without any possibility of interruption, in seconds.

  6. Press "Submit."

  7. You will be back at the Join form. If all looks correct, press "Join".

  8. The Discussion Page will appear. Press "My Turn" when you wish to speak. Hold the Button until you finish speaking. It is like a "Push-to-Talk" button, but one that is not active until you get a beep.

  1. Select the name of your discussion by pressing the downward pointing triangle after "Group". A list will appear. Click the one you want to join.

  2. Enter your name after "Your name" and then Press "Join".

  3. The Discussion Page will appear. Press "My Turn" when you wish to speak. Hold the Button until you finish speaking. It is like a "Push-to-Talk" button, but one that is not active until you get a beep.

Complete documentation of a previous version:

http://doc.myturn.mobi

For developers

Check for errors:

To install this on a DigitalOcean droplet running Debian, first install needed packages:

Then do one of the following, depending on which version you want. The default version is "master", generally the most stable:

When forking this project, or merging a pull request, make sure to change the references to the repository owner (jcomeauictx in my case) to your own in this README.md file and in package.json.