This is a small web-based image viewer for iPad family.
- No database. You can add images using
cp
,scp
orln
! - Standalone. No web servers (like Apache, Nginx) needed.
Make directory public/img
include images.
mkdir public/img
Copy your images into public/img
.
Example:
$ tree public/img/my-book1
public/img/my-book1
├── 00-1.jpg
├── 00-2.jpg
Edit config.yaml
file. Modify basic auth user and password.
Install libraries and start server.
$ rake update
$ rake start