[tw] Re: TiddlyWiki on a Webserver

2015-10-10 Thread Tony Grosinger
I would highly recommend looking into running TiddlyWiki on Node.js. I 
tried using store.php, however I think running it through node is much 
better. I am also proxying that through apache to add SSL. Seems the most 
stable configuration that I have tried so far.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c239139-5d8f-404a-8a15-8689ac4046ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki on a Webserver

2015-10-10 Thread Tobias Beer
Hi Tony,
 

> I would highly recommend looking into running TiddlyWiki on Node.js. I 
> tried using store.php, however I think running it through node is much 
> better. I am also proxying that through apache to add SSL. Seems the most 
> stable configuration that I have tried so far.
>

Those are two entirely different modes to operate...

   1. *node.js*
  - requires a node capable server => not so common
  - operates on a per-tiddler basis
  - authentication?
  - should possibly be called "experimental" => use with mucho care-o
  - backups?
   2. *store.php*
  - requires "just" php => very common, plenty of free options
  - operates on a per wiki basis
  - basic autentication
  - does backups
   
Right now, to me, there's really just one option I would use.

Best wishes,

— tb
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/bf22bc61-20e4-49e7-9ed0-c4c560dfe537%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki on a Webserver

2015-10-09 Thread Paro Parrot
The MicroTiddlyServer sound easy - but did not work for me. After uploading
the index.php and my TW I can see it, but cound'nt edit. Any hints?

2015-10-08 21:50 GMT+02:00 Tobias Beer :

> Hi PTP,
>
> This recently revived discussion for *MicroTiddlyServer* may be of
> interest to you:
>
>
> https://groups.google.com/forum/?fromgroups=#!topic/tiddlywikidev/5gqF4IvnU78
>
> Then there's also *store.php* from *BidiX* (which is part of
> TiddlyHome)...
>
>
> https://code.google.com/p/bidix/source/browse/trunk/TiddlyWiki/contributors/BidiX/serversides/UploadService/store.php?r=140
>
> Best wishes,
>
> — tb
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/Q-U87Gol31c/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at http://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/bdb59527-091e-42b5-9274-bf6ee5344ba6%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAA9fWsmqRROUgORiGPiiS_yBL4WfnJ5VUiE3n0bdPCUAZKAZuA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki on a Webserver

2015-10-09 Thread Tobias Beer
Hi PTP,

I only ever used store.php and setting the right access / executable flags 
it works quite nice.
Here are some musings on making it work
http://tiddlywiki.org/#UploadPlugin

As for MicroTiddlyServer, better ask in the other thread.

— tb

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2e87ede0-12d3-40ce-8285-1bb6152d629b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TiddlyWiki on a Webserver

2015-10-09 Thread Måns





Hi Tobias and PTP

http://tiddlywiki.bidix.info/ doesn't exist anymore That's why I 
uploaded a zip file with store.php in the second post...

PTP If you use TWC you'll need UploadPlugin and PassWordPlugin. You'll get 
those plugins automatically if you create a site on tiddlyspot.com.
When you have a tw on tiddlyspot.com you can download it and upload it to 
your webserver/ftp (via the backstage) and make it save itself with 
store.php.
You'll have to write the correct URLs, username and password. (Which you 
set up in the store.php file.).

 - If you use TW5 you don't need any plugins but you still have to write 
the correct URLs, username and password. (Which you set up in the store.php 
file)

Here are a couple of examples:

TWC:


TW5



Cheers Måns Mårtensson


Den fredag den 9. oktober 2015 kl. 19.37.41 UTC+2 skrev Tobias Beer:
>
> Hi PTP,
>
> I only ever used store.php and setting the right access / executable flags 
> it works quite nice.
> Here are some musings on making it work
> http://tiddlywiki.org/#UploadPlugin
>
> As for MicroTiddlyServer, better ask in the other thread.
>
> — tb
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/215a74a9-6402-4f76-8904-2ea5f17f6155%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki on a Webserver

2015-10-08 Thread PTP
... does not work for me. I can't get to the backstage after I uploaded and 
opened the TW :-(
Any hint?


Am Samstag, 22. Dezember 2012 17:00:30 UTC+1 schrieb Måns:
>
> Hi Gabriel 
>
> TiddlySpace is a very good place to have your tiddlers. 
> However if all you want is to place your TW on your own server and be 
> able to save changes online - here's a quick way to do it: 
> Go to http://xn--mns-ula.dk/TWWEB/ 
> Download the zip package 
> Extract files 
> Adjust usernames and passwords in store.php 
> Upload files to a directory on your server 
> Open your TW via http 
> Save changes via the backstage menu: "upload" 
>
> Cheers Måns Mårtensson 
>
> On 20 Dec., 12:24, Gabriel Jülke  wrote: 
> > Hi everyone, 
> > I'm trying to set up a TiddlyWiki on a Webserver right now but can't 
> manage 
> > it to work... Atm I am trying out MiniTiddlyServer, but I am not shure 
> > which version I am using. I found it somewhere on the web and all 
> > "official" sites are down, also I can't find any howto or something like 
> > that. 
> > 
> > So the problem right now is, that i can start the mts and (at least it 
> > looks like) I can create a admin-user. But when I try to log in with 
> this 
> > user, I can't. I tried and modified the access rights even to chmod 777 
> for 
> > all mts files... but nothing... does anyone has an idea or can give me a 
> > howto / instruction to set up a TiddlyWikiServer or how to use anything 
> > else to use TiddlyWiki serverside? 
> > 
> > thanks 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fdf4a64c-2c18-4bbe-aa73-0af49666efa8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki on a Webserver

2012-12-22 Thread Måns
Hi Gabriel

TiddlySpace is a very good place to have your tiddlers.
However if all you want is to place your TW on your own server and be
able to save changes online - here's a quick way to do it:
Go to http://xn--mns-ula.dk/TWWEB/
Download the zip package
Extract files
Adjust usernames and passwords in store.php
Upload files to a directory on your server
Open your TW via http
Save changes via the backstage menu: upload

Cheers Måns Mårtensson

On 20 Dec., 12:24, Gabriel Jülke pyrian...@gmail.com wrote:
 Hi everyone,
 I'm trying to set up a TiddlyWiki on a Webserver right now but can't manage
 it to work... Atm I am trying out MiniTiddlyServer, but I am not shure
 which version I am using. I found it somewhere on the web and all
 official sites are down, also I can't find any howto or something like
 that.

 So the problem right now is, that i can start the mts and (at least it
 looks like) I can create a admin-user. But when I try to log in with this
 user, I can't. I tried and modified the access rights even to chmod 777 for
 all mts files... but nothing... does anyone has an idea or can give me a
 howto / instruction to set up a TiddlyWikiServer or how to use anything
 else to use TiddlyWiki serverside?

 thanks

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: TiddlyWiki on a Webserver

2012-12-21 Thread Ben Paddock
Hi Gabriel,

Have you looked at TiddlySpace? http://tiddlyspace.com  You can sign-up, 
create a space and use that as your online TiddlyWiki.

On Thursday, December 20, 2012 11:24:35 AM UTC, Gabriel Jülke wrote:

 Hi everyone,
 I'm trying to set up a TiddlyWiki on a Webserver right now but can't 
 manage it to work... Atm I am trying out MiniTiddlyServer, but I am not 
 shure which version I am using. I found it somewhere on the web and all 
 official sites are down, also I can't find any howto or something like 
 that. 

 So the problem right now is, that i can start the mts and (at least it 
 looks like) I can create a admin-user. But when I try to log in with this 
 user, I can't. I tried and modified the access rights even to chmod 777 for 
 all mts files... but nothing... does anyone has an idea or can give me a 
 howto / instruction to set up a TiddlyWikiServer or how to use anything 
 else to use TiddlyWiki serverside?

 thanks


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/itx03pXOeq4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.