Boilerplace is a starter project for making your own placeholder image service.
Requirements
rvm
ruby 2.2.2
Getting started
- Clone or fork
cd /path/to/boiler.place
- Add sample images to the
/source
directory cp .ENV.example .ENV
Copy example ENV filebundle install
foreman start
- Navigate to localhost:3456 in your browser
Deployment
boiler.place is deployed using Heroku & Git with the instructions found here.