| Path: | README.rdoc |
| Last Update: | Fri Aug 01 08:11:39 +0200 2008 |
Michael Schaerfer @ DiamondDogs Webconsulting
An eCommerce Framework for RubyOnRails
see CHANGELOG File
openSteam offers three new generators (to use with script/generate):
script/generate opensteam WebShopName
script/generate opensteam_product ProductName [column:type]
script/generate opensteam_property PropertyName [column:type]
Create an empty Rails Application
rails name_of_rails_application
Create the openSteam Framework
script/generate opensteam WebshopName
Create product models
script/generate opensteam_product ProductName [column:type]
Create property models
script/generate opensteam_property PropertyName [column:type]
Goto /admin and configure your products
usr: admin@host.com
pwd: opensteam
sudo gem install opensteam
Copyright (C) DiamondDogs Webconsulting openSteam is licensed under the GNU General Public License (GPL) version 2 see the LICENSE file for more information.