Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 946 Bytes

README.md

File metadata and controls

43 lines (22 loc) · 946 Bytes

REAL ESTATE WITH PURPOSE

Local

Dependencies

This app uses the Paperclip gem and requires ImageMagick. To check that you have it on your computer, open terminal, run which convert (one of the ImageMagick utilities). This will give you the path where that utility is installed. For example, it might return /usr/local/bin/convert

To install with Homebrew:

brew install imagemagick

If you are on Ubuntu (or any Debian base Linux distribution), you'll want to run the following with apt-get:

sudo apt-get install imagemagick -y

Environment Variables

  • touch .env

SimplyRETS API

  • USERNAME

  • PASSWORD

Google Maps API

  • GOOGLE