]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/how_to_setup_ikiwiki_on_a_remote_host.mdwn
Added a comment: Please upgrade
[ikiwiki.git] / doc / forum / how_to_setup_ikiwiki_on_a_remote_host.mdwn
1 Hi all!
2 I really like ikiwiki and i tested it on my local machine but i have one question that i can't answer reading documentation (my fault of course)...
3 I have an account and some space on a free hosting service.
4 Now, i want to put my ikiwiki on this remote web space so that i can browse it from wherever i want.
5 I have my source dir and my git dir on my local machine.
6 How can i upload my ikiwiki on the remote host and manage it via git as i can do when i test it locally?
7 Where is specified? Where can i find documentation about it?
8
9 Thanks in advance!
10
11 Pab
12
13 > There are several ways to accomplish this, depending on what you really
14 > want to do.
15
16 > If your goal is to continue generating the site locally, but then
17 > transfer it to the remote host for serving, you could use the 
18 > [[plugins/rsync]] plugin.
19
20 > If your goal is to install and run the ikiwiki software on the remote host,
21 > then you would follow a similar path to the ones described in these tips:
22 > [[tips/nearlyfreespeech]] [[tips/DreamHost]]. Or even [[install]] ikiwiki
23 > from a regular package if you have that kind of access. Then you could
24 > push changes from your local git to git on the remote host to update the
25 > wiki. [[tips/Laptop_wiki_with_git]] explains one way to do that.
26 > --[[Joey]] 
27
28 Thanks a lot for your answer.
29 rsync plugin would be perfect but... how would i manage blog post?
30 I mean... is it possible to manage ikiwiki blog too with rsync plugin in the way you told me? --Pab
31
32 > If you want to allow people to make comments on your blog, no, the rsync plugin will not help, since it will upload a completely static site where nobody can make comments.  Comments require a full IkiWiki setup with CGI enabled, so that people add content (comments) from the web. --[[KathrynAndersen]]
33
34 Ok, i understand, thanks.
35 Is there any hosting service that permits to have a full installation of iwkiwiki or i am forced to get a vps or to mantain a personal server for that? --Pab