Skip to content

Instantly share code, notes, and snippets.

Avatar

Ankur Sinha sanjayankur31

View GitHub Profile
@sanjayankur31
sanjayankur31 / SimpleHTTPServerWithUpload.py
Created June 7, 2016 09:34 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload
View SimpleHTTPServerWithUpload.py
#!/usr/bin/env python
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
"""
View gist:7379458
sudo yum -y install python-virtualenv
virtualenv my-venv
source my-venv/bin/activate
git clone url-for-bloom
cd bloom
python setup.py develop
./bin/bloom-generate