8th February
2009
I highly recommend Bort when you’re starting a new Ruby on Rails project. Assuming you’re using MySQL, the following steps are all that are necessary to get started:
- Download and unzip Bort into project folder
- Edit the database.yml and the settings.yml files
- Create the database: mysqladmin -u <username> -p create <db_name_development>
- If you’re using Dreamhost: add ‘host: mysql.<dbhostname>.com’ to your database.yml file (in the production environment)
- rake db:migrate