This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |