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.
Sign up for Heroku and simply click the button below:
The resulting application will be populated with some default example data including an admin user admin@example.com with a password of "pwb123456".
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
For more about the PropertyWebBuilder gem see:
For more information about using Ruby on Heroku, see these Dev Center articles: