Difference between revisions of "Talks"
From CSLabsWiki
(Created page with "{{services |ip_addr = 128.153.145.201 |contact_person = Benjamin Lannon |last_update = Fall 2015 |host_vm = Talks |vm_host = phoenix |services = |ca...") |
|||
Line 21: | Line 21: | ||
Talks is a web app that people can sign up for a lightning talk or after meeting slot and have priority over those who did not. | Talks is a web app that people can sign up for a lightning talk or after meeting slot and have priority over those who did not. | ||
+ | |||
+ | ==Setup== | ||
+ | A default Debian VM is required. Then, Flask can be installed with <pre>pip install flask</pre> | ||
+ | Following that, the [https://github.com/COSI-Lab/Talks repository] can be cloned to the VM and a | ||
+ | simple sqlite3 database named talks.db has to be created with a table containing 3 columns: name, | ||
+ | type, and desc. Next, one can open up a screen / tmux session and run talks.py currently the default | ||
+ | port is 1025 so that would have to be configured in the iptables. Otherwise, the service should be | ||
+ | up and running. |
Revision as of 07:55, 20 October 2015
Talks | |
IP Address(es): | 128.153.145.201 |
Contact Person: | Benjamin Lannon |
Last Update: | Fall 2015 |
VM Host (Physical): | phoenix |
Host VM: | Talks |
Operating system: | Debian Jessie x64 |
LDAP Support: | no |
Development Status: | Running |
Status: | Running |
Talks is a web app that people can sign up for a lightning talk or after meeting slot and have priority over those who did not.
Setup
A default Debian VM is required. Then, Flask can be installed withpip install flask
Following that, the repository can be cloned to the VM and a simple sqlite3 database named talks.db has to be created with a table containing 3 columns: name, type, and desc. Next, one can open up a screen / tmux session and run talks.py currently the default port is 1025 so that would have to be configured in the iptables. Otherwise, the service should be up and running.