Skip to content

Instantly share code, notes, and snippets.

@quazgar
quazgar / installation.md
Last active March 3, 2018 13:24 — forked from DevWurm/installation.md
Install OpenProject 6 on uberspace.de
@quazgar
quazgar / OpenProjectInstallation.md
Last active August 23, 2017 07:25 — forked from biolauri/OpenProjectInstallation.md
Install OpenProject (latest) with Memcached on Uberspace
#!/usr/bin/env python
import PySide.QtGui as QtGui
from PySide.QtGui import QApplication, QMainWindow
import sys
class TestWindow(QMainWindow):
def __init__(self):
super(TestWindow, self).__init__()