Is there any way at all to configure ERPNext without using the Wizard?

I understand from @brian_pond that the Wizard can be side stepped using this SQL :

SELECT defvalue, defkey, parentfield
FROM <your_database_name>.tabDefaultValue
WHERE
defkey = 'desktop:home_page';

-- defvalue is either 'setup-wizard' or 'desktop'

Is there a list of tasks one can perform manually that end with the same result as using the Wizard?