follow the tutorial from the radiant documentation

install the gem and issue

$ radiant --database=[database adapter] [path]
to create the basic radiant installation. and continue creating the databases


mysql -u <username> -p # enter password mysql> CREATE DATABASE `<DB_NAME>_test` ; mysql> CREATE DATABASE `<DB_NAME>_development` ; mysql> CREATE DATABASE `<DB_NAME>_production` ;

Edit the config/database.yml to match your settings
and issue

rake production db:bootstrap

Interested in Cloud or Chef Trainings? Have a look at our Commandemy Trainings page. Need help migrating to the cloud? Check out Infralovers.

comments powered by Disqus
Blog Tags