Do you have any good way to fill shopware by example data… Example if on PSD file I have specified Custom Page groups and Pages I want to make add them automaticaly after deployment. Till now I make it by SQL but this is not perfect way. Any ideas?
As Shopware is based upon doctrine and symfony you may/can use doctrine fixtures bundle from stof. Take a look at composer, write your fixtures and expand the shopware console component for a fixture component. Thats the way i would do, as it should be an easy way.