HolyImages is a simple image sharing social network.
Notice: the login system is for non-production only, without proper status check on server side.
- Image Upload (with Filters like Instagram)
- Image Explore
- EXIF Data
- Likes & Comments
- User System
- Notifications
- PC/Mobile friendly
- I18N Support (current with English and Simplified Chinese)
- Filters
- Editing & Deleting
- Follow
- Archive
- Sharing
- Install dependencies
- ImageMagick
- libexif
$ brew install imagemagick $ brew install libexif
- Install gems
$ bundle install
- Setup
secrets.yml
- Create DB
$ bin/rails db:create $ bin/rails db:migrate
- Compile assets
$ RAILS_ENV=production rake assets:precompile
- Serve
$ RAILS_SERVE_STATIC_FILES=true PORT=<:port> bin/rails server -e production -d
MIT