diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-03-18 13:37:35 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-03-18 13:37:35 -0400 |
commit | fed7383903c402d68ff2fc2d3734c55b35d520a4 (patch) | |
tree | 2fbcead27bf2903d29764fe4d4a79653a43efbfa | |
parent | 760c315589dc0e3fa0ba5380113f4e86a989a7d9 (diff) | |
download | ikiwiki-fed7383903c402d68ff2fc2d3734c55b35d520a4.tar ikiwiki-fed7383903c402d68ff2fc2d3734c55b35d520a4.tar.gz |
update
-rw-r--r-- | doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn b/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn index 862694d4b..0b370473e 100644 --- a/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn +++ b/doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn @@ -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]] |