Getting started

Here’s how to get rolling:

  1. Create your database

    Run rake db:migrate to create your database. If you're not using SQLite (the default), edit config/database.yml with your username and password.

  2. Login to the admin backend /admin

    Login: admin
    Password: opensteam

  3. Add new products or generate new product models with:

    script/generate opensteam_product ProductName

  4. Add new properties or generate new property models with:

    script/generate opensteam_property PropertyName

  5. Configure your products and properties, create inventory-items for products or product-configurations, etc..