Skip to content

Instantly share code, notes, and snippets.

@bmschmidt
Last active August 29, 2015 14:19
Show Gist options
  • Save bmschmidt/1eedbc2bcd21e059af4d to your computer and use it in GitHub Desktop.
Save bmschmidt/1eedbc2bcd21e059af4d to your computer and use it in GitHub Desktop.
Use Python instead of Apache to host a Bookworm
mkdir GUI
make linechartGUI webDirectory=GUI
git clone http://github.com/Bookworm-Project/BookwormAPI GUI/cgi-bin
git clone http://github.com/bmschmidt/BookwormD3 GUI/BookwormD3
cd GUI; python -m CGIHTTPServer 8000
@bmschmidt
Copy link
Author

This should be run from inside the BookwormDB folder: that is, the one that contains your bookworm.cnf file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment