A web-based Imgur viewer, made to be as minimal as possible for speed and scalabilty.
- Http server setup to return same html irrelevant of path except when path starts with /static.
- Imgur API keys.
- Java for Closurecompiler.
- html-minifier installed.
- Download/checkout master branch zip from github.
- Packaging and placement of api keys:
- The keys should be put in a text file called "keys" in the format of: "key1","key2","key3"
- This file is to be put in the root of the folder above the master branch folder.
- cd into /build.
- Build website
- Run dev.sh to not minify sources
- Run release.sh to minify sources(requires Java)
- Point HTTP server to /bin/release/index.html with configuration mentioned in requirements.