The goal is to be able to host multiple stores with one Spree app.
Individual stores are accessed like this:
http://example.com/store1 and http://example.com/store2
Admin URL:
http://example.com/admin
Store will be read via a current_store method using session[:store_id], similar to current_user