master
Joey Hess 2010-03-18 13:37:35 -04:00
parent 760c315589
commit fed7383903
1 changed files with 15 additions and 0 deletions

View File

@ -9,3 +9,18 @@ Where is specified? Where can i find documentation about it?
Thanks in advance!
Pab
> There are several ways to accomplish this, depending on what you really
> want to do.
>
> If your goal is to continue generating the site locally, but then
> transfer it to the remote host for serving, you could use the
> [[plugins/rsync]] plugin.
>
> If your goal is to install and run the ikiwiki software on the remote host,
> then you would follow a similar path to the ones described in these tips:
> [[tips/nearlyfreespeech]] [[tips/DreamHost]]. Or even [[install]] ikiwiki
> from a regular package if you have that kind of access. Then you could
> push changes from your local git to git on the remote host to update the
> wiki. [[tips/Laptop_wiki_with_git]] explains one way to do that.
> --[[Joey]]