Skip to content

Instantly share code, notes, and snippets.

@kettleio
Created November 5, 2015 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kettleio/692201f4d281636b2e7d to your computer and use it in GitHub Desktop.
Save kettleio/692201f4d281636b2e7d to your computer and use it in GitHub Desktop.
#Install Dependencies
$ apt-get install python-scipy
$ apt-get install python-pip
$ pip install moviepy
$ pip install python-dotenv
$ pip install futures
$ pip install boto
$ pip install --allow-external mysql-connector-python mysql-connector-python
#Install forever
$ aptitude install npm
$ npm install -g forever
#Run Application
$ forever start -c python app.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment