On Jun 4, 1:55 am, tony <[email protected]> wrote:
> Step 3. move the sql plugin into your store instance
>
> mywikistuff is my store instance
>
> ~/mywikistuff

As you noticed, getting sql plugin in there is not enough for your
exiting content to show up in the database using, you have to use the
migrate plugin.

> Then guess what, I couldn't find it in the README, but you must
> install sqlacademy!!! <smacks head>
>
> Step 4. easy_install sqlalchemy

I've added this step to the README.

> Step 5. Edit or make sure your tiddlyconfig file has some config.
>
> Here's my tiddlywebconfig (sorry about the comments, I tried so many
> things!!!):

I've deleted everything that isn't relevant to give the simple
version:

  config = {
   'server_store': ['sql', {'db_config': 'sqlite:///test.db'}],
  }

> Step 8. enjoy no bags but now a nice genuine test.db will be in your
> store and you completed the test!!

Yeah, this is because nothing has been migrated. The README in the
migrate plugin[1] explains how to do that. Make sure you make a
backup!

[1] http://github.com/tiddlyweb/tiddlyweb-plugins/tree/master/migrate
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to