I have set up wikidot on a ubuntu-server an my local network.
Before I put to much work in the content, I would like to know if it is possible to move the wiki to a server on the internet, that I will set up later.
I'm actually going to give this a shot in the next week or so. I'm currently setting up the latest version of Wikidot 1 on an Ubuntu 8.04 server that I will use to replace my live install on an Ubuntu 7 server. I'll also be moving from Postgresql 8.2 to 8.3 in the process.
As long as the server on the Internet is under your control (i.e. you can install all of the required packages, etc.), you should be able to do this. I don't think Wikidot is ready to be uploaded to one of the many web hosts out there (and may never be). I've had some success exporting Postgresql table data from my live machine and importing it into my updated development machine. I've only had slight issues when the base distribution data has some new data in old tables (like the addition of a few new themes to the distribution package recently).
Also, with the progress of updates recently, I wouldn't be surprised if we see full-blown backup/restore capability built into Wikidot soon.
Bottom line is I wouldn't be afraid of populating your local server as long as you can configure the machine that is going to host your site on the 'net.
-Ed
It turns out that this is becoming more of a hassle than I thought it would be. I've just spent the last few hours trying to migrate all of my live data from an older revision of Wikidot 1 to a new server with the latest revision (196). It seemed like the tables populated properly, but I'm running into a number of database errors, mostly related to duplicate keys.
The approach I took (and it seemed like it should work well), was to export my live database using PGAdmin3. I then spent a lot of time editing the dump.sql file that is distributed with Wikidot. I simply copied all of the sql COPY commands stdin data from my live data into the corresponding place in the dump.sql file.
I did have to redo things a couple of times because I noticed that the structure of some tables changed (well, at least one table for sure - categories). I'm going to have to spend some more time comparing the table structure before I try this again (unless a Postgresql guru can give me some help!)
I suspect this would be a lot less painful if I was going from one machine to another with the same version of everything on both machines. In my case I've got an old version of Wikidot on psql 8.2 trying to move to the latest revision of Wikidot and psql 8.3.
Stay tuned! I'll be trying again in a couple of days.
-Ed