--- layout: post status: publish published: true title: quicktip about spree-multi-site author: display_name: Fabio Pozzi login: fabio-pozzi.myopenid.com email: fabio.pozzi@anche.no url: http://fabio-pozzi.myopenid.com author_login: fabio-pozzi.myopenid.com author_email: fabio.pozzi@anche.no author_url: http://fabio-pozzi.myopenid.com excerpt: 'After installing don’t forget to run the generator to build the migrations. rails g spree_multi_domain:install After this you should run the migrations: rake db:migrate and that’s all' wordpress_id: 2130 wordpress_url: http://fabiopozzi.wordpress.com/?p=12 date: '2011-02-27 13:26:11 +0000' date_gmt: '2011-02-27 11:26:11 +0000' categories: - PlanetPOuL tags: [] comments: [] ---

After installing don’t forget to run the generator to build the migrations.

rails g spree_multi_domain:install

After this you should run the migrations:

rake db:migrate

and that’s all.