https://github.com/picandocodigo/image_gallery
Creates a web gallery from a directory with images.
https://github.com/picandocodigo/image_gallery
Last synced: 4 months ago
JSON representation
Creates a web gallery from a directory with images.
- Host: GitHub
- URL: https://github.com/picandocodigo/image_gallery
- Owner: picandocodigo
- Created: 2014-04-12T03:57:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T03:58:12.000Z (about 11 years ago)
- Last Synced: 2025-01-10T04:19:28.031Z (6 months ago)
- Language: Ruby
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Images Gallery Creator
This project creates a web gallery from a directory with images. By
default you should move any images and images folders into
`public/images`.When you start the server it will crawl the directory and create a
different gallery per folder. A dynamic menu is created for you to
browse your galleries.Once you have copied/moved your images to `public/images`, go to the
project's directory in your console and run:```bash
$ bundle install
$ bundle exec puma
```You can now access your web gallery on [localhost:9292](http://localhost:9292)
Created to use with: https://github.com/picandocodigo/images_downloader