Daniel - thanks for posting this. I'm about to embark on this very
journey. Before I do - I'm curious if anyone's had any success
importing the Scribbish theme Charlie put together @
https://github.com/indexzero/radiant-scribbish-theme

I haven't had any success with it. When I try to import it the
migration fails with:

$ rake production db:import TEMPLATE=scribbish/scribbish_radiant.yml --
trace
...
-- create_table("users", {:force=>true})
   -> 0.0163s
-- add_index("users", ["login"], {:unique=>true, :name=>"login"})
   -> 0.0056s
-- initialize_schema_migrations_table()
   -> 0.0004s
-- assume_migrated_upto_version(20091003095744, "db/migrate")
   -> 0.0022s
rake aborted!
undefined method `each' for nil:NilClass
/Users/username/Sites/sandbox1/vendor/extensions/import_export/lib/
tasks/import_export_extension_tasks.rake:18

Here are the steps I took to get there:

radiant -d sqlite3 sandbox1
cd sandbox1
rake production db:bootstrap (select Empty template)
git clone git://github.com/indexzero/radiant-scribbish-theme.git
scribbish
git clone git://github.com/radiant/radiant-import-export-extension.git
vendor/extensions/import_export
git clone git://github.com/saturnflyer/radiant-settings.git vendor/
extensions/settings
rake production radiant:extensions:settings:update
rake production radiant:extensions:settings:migrate
rake production db:import TEMPLATE=scribbish/scribbish_radiant.yml --
trace

Any ideas? Anyone run into the same problem?

Thanks for any help/guidance you can provide in advance!

On Feb 5 2010, 9:44 am, Daniel O'Connell <[email protected]> wrote:
> Anton, great work! Thanks so ever so much.
>
> -Daniel
>
> > I've pasted my method of creating a "theme" from an existing web site or
> > page into
> >http://wiki.github.com/radiant/radiant/make-a-template-from-an-existi...
>
> On Feb 4, 2010, at 5:42 PM, Anton Aylward wrote:
>
>
>
>
>
>
>
>
>
> > Anton Aylward said the following on 02/04/2010 03:03 PM:
> >> Daniel O'Connell said the following on 02/04/2010 02:04 PM:
> >>> Anton,
>
> >>> Thank you very much for your help! I think it would be a great help
> >>> to others, if you could add your method to the  Radiant docs wiki.
>
> > I've pasted my method of creating a "theme" from an existing web site or
> > page into
> >http://wiki.github.com/radiant/radiant/make-a-template-from-an-existi...
>
> > I'm sure the various existing export and import tools can be used to
> > "package" up "themes".
>
> > --
> > The saddest life is that of a political aspirant under democracy. His
> > failure is ignominious and his success is disgraceful.
> >        -- H.L. Mencken
> > _______________________________________________
> > Radiant mailing list
> > Post: [email protected]
> > Search:http://radiantcms.org/mailing-list/search/
> > List Site:http://lists.radiantcms.org/mailman/listinfo/radiant
> > Radiant:http://radiantcms.org
> > Extensions:http://ext.radiantcms.org
>
> _______________________________________________
> Radiant mailing list
> Post: [email protected]
> Search:http://radiantcms.org/mailing-list/search/
> List Site:http://lists.radiantcms.org/mailman/listinfo/radiant
> Radiant:http://radiantcms.org
> Extensions:http://ext.radiantcms.org

Reply via email to