Skip to content

Instantly share code, notes, and snippets.

View jnoortheen's full-sized avatar

Noorhteen Raja NJ jnoortheen

  • Software developer
  • Chennai, India
View GitHub Profile
import asyncio
import sys
import time
def EXITED():
# Did app terminate
pass
class PatchableStderrStream(object):
def __init__(self):
@jnoortheen
jnoortheen / install.sh
Last active November 24, 2017 04:42 — forked from jamiecollinson/install.sh
Installing OpenVBX on Ubuntu 16.04 EC2 instance
# check for updates
sudo apt-get update
sudo apt-get upgrade
# for installation doc https://github.com/twilio/OpenVBX/blob/master/INSTALL.markdown
# step1 download OpenVBX
wget -O openvbx.tgz https://github.com/twilio/OpenVBX/tarball/master
tar xf openvbx.tgz
sudo cp -r twilio-OpenVBX-bc9b3d6/* /var/www/html/