lab2023 / cybele

Rails template for our development standards. Cybele makes your apps ready for faster development and easy deployment.
http://kebab-project.org/
MIT License
46 stars 10 forks source link

Postgresql, mysql or sqlite db options should be asked during the installation. #47

Closed tayfunoziserikan closed 11 years ago

onurozgurozkan commented 11 years ago

@tayfunoziserikan you can use -d options for change database.

-d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db/sqlserver/jdbcmysql/jdbcsqlite3/jdbcpostgresql/jdbc)

For example

cybele appwhichusemysql -d mysql

We don't change rails template behaviours. We just change the default database PostgreSQL instead of SQLite.

tayfunoziserikan commented 11 years ago

Oki doki @onurozgurozkan Thanx.