Effortless Sales and Contact Management
-
Create a mySql Database:
<tt>rose_development</tt>
-
At the command prompt, Run the Migration:
<tt>rake db:migrate</tt>
-
Load the defualt data to the Database:
<tt>rake db:seed</tt>
-
Run “Bundle” to load missing gems in your system:
<tt>bundle</tt>
-
You are ready to Run the Application:
<tt>rails s</tt>