/pwb-for-heroku

A Rails website using the property-web-builder gem and ready to be deployed to heroku

Primary LanguageRuby

PropertyWebBuilder for heroku

This application is a fully featured Ruby on Rails website that is ready to be deployed to heroku.

It is a demonstration of how the PropertyWebBuilder Rails engine can be used in an application.

Deploying to Heroku

The dead simple way

Sign up for Heroku and simply click the button below:

Deploy

The resulting application will be populated with some default example data including an admin user admin@propertywebbuilder.com with a password of "pwb123456".

Also simple but more explicit

First of all sign up for Heroku if you don't already have an account, and install the Heroku Toolbelt.

Next, clone this repository:

git clone https://github.com/etewiah/pwb-for-heroku.git

CD into the directory for the project and run the ff:

heroku create
heroku addons:create heroku-postgresql
heroku addons:create cloudinary:starter
git push heroku master
heroku run rake db:migrate
heroku run rake pwb:db:seed
heroku open

Documentation

For more about the PropertyWebBuilder gem see:

PropertyWebBuilder

For more information about using Ruby on Heroku, see these Dev Center articles: