Getting started
Here’s how to get rolling:
-
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.
-
Login to the admin backend /admin
Login: admin
Password: opensteam Add new products or generate new product models with:
script/generate opensteam_product ProductName
Add new properties or generate new property models with:
script/generate opensteam_property PropertyName
Configure your products and properties, create inventory-items for products or product-configurations, etc..