Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.1 KB

log.md

File metadata and controls

40 lines (23 loc) · 1.1 KB

5/24/13

  • Installed ImageMagick
  • ImageMagick will take a multi page PDF and convert it into 1 page per image. So we will not have any issues with needing to explode PDFs
  • Two folders inside BackendInternals inputPDF and SlidesDump convert.py takes the name of a file in inputPDF converts it to a jpg and dumps it into SlidesDump
  • Right now the web server (apache) is just pointed at /home/goodwin/dds2/ should probably fix that

6/15/13

  • Created front-end admin UI for dds

6/19/13

6/22/13

6/25/13

  • Convert script is up, uses paths from my local laptop
  • Next goal is to move to a more production like environment

7/13/13

  • Added mysql to stack, created a db creation script