Some script is in the bin directory under the Cassiopeia root directory. It helps user to configure a Cassiopeia settings.
In following explanations, these variables is used.
init_db.rb initializes shop's database which is specified by config.rb.
# $CASSIOPEIA_HOME/bin/init_db.rb $USERNAME
create_shop.rb create new shop directories and files on $CASSIOPEIA_HOME/shop.
# $CASSIOPEIA_HOME/bin/create_shop.rb $USERNAME
remove_shop.rb destructs shop directory from $CASSIOPEIA_HOME/shop.
# $CASSIOPEIA_HOME/bin/remove_shop.rb $USERNAME
register_shop.rb registers shop user data to database which is specified by $CASSIOPEIA_HOME/shop/$USERNAME/config.rb.
# $CASSIOPEIA_HOME/bin/register_shop.rb $USERNAME $PASSWORD
register_shop.rb unregisters shop user data from database which is specified by $CASSIOPEIA_HOME/shop/$USERNAME/config.rb.
# $CASSIOPEIA_HOME/bin/unregister_shop.rb $USERNAME
| Prev | Next |