2013-09-11

Created page with "{{archive}} {{TalkFromMeta}} ==Goals== :''The goals of this procedure are:'' :#''to have one article that provides a quick and easy procedure to install MediaWiki on as many v..."

New page

{{archive}}

{{TalkFromMeta}}

==Goals==

:''The goals of this procedure are:''

:#''to have one article that provides a quick and easy procedure to install MediaWiki on as many versions of Windows as possible,''

:#''to allow the installation to be portable on a small and inexpensive device, and''

:#''to allow the optional features of MediaWiki to be enabled later.''

--[[User:Zigger|Zigger]] 03:14, 2004 Oct 31 (UTC)

----

=== Idea for "installation on a portable device" ===

Couldn't we ask CH Software (www.chsoftware.net) to provide a ready to run package based on WOS Portable with MediaWiki as they have one with TYPO3?

==To be done==

* Document how to change MySQL's root password

* Complete text marked "...":

** [[#Troubleshooting & support resources]]: configuring logging at the mediawiki level ...

** [[#Security considerations]]: ...

** [[#How to access the wiki from other computers]]: ...

** [[#Multiple wikis]]: ...

** [[#Internationalisation]]: ...

* Re-test final procedure again, on more versions and editions of Windows, by more people

* Test from a read-only image, e.g. CD-ROM

* Help fix monobook/PHPTAL incompatibility with PHP 5.

* Can the "tidy" MediaWiki feature be enabled within this article's goals?

* Create sourceforge project to contain link to these instructions and pre-built configuration files for further setup speed

* Reduce storage usage to less than:

** 20MB to fit on an Iomega [[en:Bernoulli Box|Bernoulli Box]] floppy disk

** 16MB to fit on a smaller memory card / USB stick

--[[User:Zigger|Zigger]] 03:14, 2004 Oct 31 (UTC)

----

==Experience Report==

I' trying this out. Downloading works.

* FilZip won't expand the files with tar and gz and the same time.

* Configuration of the underlying software; for some of the files you have to guess where they are ...

* start w mysql gives back an apache.exe is running error, even I don't know about any apache.exe running. Taskman isn't showing one ... Commenting the test out of start.bat works. Maybe some problem with pskill on Win98? Now start.bat starts, gives some error about not enough memory in the environment. Netscape loads w:redirect.htm and shows a light blue screen and an error message (no connection to localhost). Same when I try to connect to 127.0.0.1 -- seems that apache isn't running.

*After some trying it seems the following is the reason:

W:\usr\local\Apache2\bin>apache -f %apachepath%conf\httpd.conf -d %apachepath%.

Syntax error on line 288 of \\usr/local/Apache2/conf/httpd.conf:

Cannot load W:/usr/local/Php/php5apache2.dll into server: Ein der f\xfcr die Aus

f\xfchrung dieser Anwendung notwendige Bibliothekdateien kann nicht gefunden wer

den.

*That is: apache cannot load one of the dlls

*After some fiddling with "/" and "\" in php.inis, I found another reason why apache won't start: the programme call start.bat is building together get's to complex, especially %apacheit% is to long to store it in the dos batch environment. Starting uniserv with apache as argument manually starts apache. So, setting a higher environment memory for start.bat actually let us start and continue with the installation of mediawiki.

*MediaWiki installation page says "Something's not quite right yet; make sure everything below is filled out correctly.", but doesn't give a hint what it is ... After some trying: the empty fields are supposed to be password fields for Sysop user account and the wikidb ... Now that works. Or at least, seems to work. It doesn't write out the localsettings file, showing a blank page with no error message. (Trying it on IE instead of Netscape shows that there are in fact labels in front of the form fields. Aha! But it doesn't work here, either).

<tbc>

-- [[User:Tillwe|Tillwe]] 16:17, 17 Dec 2004 (UTC)

== I need help configuring my Wiki on a Stick ==

'''[NOTE: I'm rewriting the procedure, based on my notes from a successful installation. Give me a few hours and it should be installable. August 12, 5PM (gmt-7)]'''

Procedures updated from a Windows-centric approach, with more point and click and less CLI typing. This works on Windows XP, and should work on Windows 2000 too. (September 14th or so) I have one picture to upload and link to, showing what a successful first installation should look like.

On the document it instructs the user to make changes to the LocalSettings.php file, but I can't find this in it supposed location, even after searching the entire directory.

I can't proceed with any customisation until I figure out how to access this file, or is it another file they are referring to, like defaultsettings.php?

Or is this file supposed to be create, the 1.3 install success page did not install, so should I try a different version of MediaWiki like 1.4?? (unsigned)

::I think you missed this step? this is the one that installs LocalSettings.php:

Then, open <code>''localhost''/''wi''/config/index.php</code>

[http://localhost/wi/config/index.php]

## Fill out the form and note:

### The warning about <code>register_globals</code>

can be ignored, as you will be fixing it soon anyway.

### If you use lower-case for the first letter of the site name,

it will be capitalised on most of the wiki pages. The Cologne Blue skin will capitalise the entire name.

### Leave "MySQL server" as <code>localhost</code>

### Set "DB root password" to ''<code>root</code>''

## Press the "Install!" button.

'''This writes the file ''diskw\www\''wi''\config\LocalSettings.php'' '''

and creates the ''<code>wikidb</code>'' database,

with one initial user (''<code>WikiSysop</code>'').

An empty page is displayed (due to [[bugzilla:736|bug #736]]

in MediaWiki v1.3.x) where a [[1.3 install success]] page is expected.

::try going back to this step, I think that will do it.[[User:Pedant|Pedant]] 17:50, 29 Jun 2005 (UTC)

:I had same problem. Tried with 1.4 following the instructions carefully. I did manage to set the wiki. --[[User:81.193.7.34|81.193.7.34]] 16:21, 25 Feb 2005 (UTC)

'''This Localsettings.php file will not be created when your database server isn't running!!!!''' or when there are error's shown after pressing the install button.

==Execution time==

I got this messessage:

"Fatal error: Maximum execution time of 30 seconds exceeded in W:\www\wi\languages\LanguageUtf8.php(98) : regexp code on line 1". I used a [[bugzilla:2143|LangVi.php]]. Give me a way to escape plz. [[User:141.53.194.251|141.53.194.251]] 00:25, 30 September 2005 (UTC)

== As wiki relies on Db ==

As wiki relies on database it is my opinion a clear and concise explanation of how to backup and restore the database should be given.--[[User:81.193.7.34|81.193.7.34]] 16:25, 25 Feb 2005 (UTC)

== Importing wikipedia dump ==

I assume that a lot of folk want to install WikiOnAStick to run local wikipedias, that's what I'm trying to do.

I've installed 1.4, following the instructions VERY carefully, the Procedure works.

Would be nice to tell folk how to install from the wikipedia dump (like 20050623_cur_table.sql) into the local wiki or database or however you would say it. I'm fairly computer-savvy, I think, and I've been trying to figure it out for about 15 hours, with no clue as to how to do it. I'm sure it's quite simple. If someone would contact me on my user page with a clue as to what to do to go from the decompressed '''20050623_cur_table.sql''' to accessing the wikipedia, starting with WikiOnAStick already installed according to the [[m:Wiki on a stick#Procedure|Procedure]], I'll be glad to translate it into a 'for dummies' version.[[User:Pedant|Pedant]] 17:44, 29 Jun 2005 (UTC)

== Where is the documentation ==

If the documentation is included in the downloads, then it is difficult to find.

If the documentation is '''not''' included in the downloads, then perhaps it should be. There should at least be a link for downloading the documentation.

I might be overreacting when I say this, but my nephew's other uncle installed a Wikipedia using the Wiki on a stick instructions and download, then my nephew tried to use it and then asked me for help. He was working offline and therefore did not have a copy of the documentation to refer to. I made the comment to him that the documentation should be included in the downlaod.

This is my first use of Wikipedia and such. If my comments are innapropriate then let me know. If there is a more appropriate place for my comments, then let me know.

== Is this necessary? ==

Is it necessary to use this procedure to put a Wiki on a stick? If not, then perhaps it would help to say so in the article.

Is it possible to install a Wiki into an existing installation of a server, MySql and such? I am not familiar with Wiki software, but it is my understanding that it is possible. I think it would be good to document what special requirements there are for a Wiki on a stick. Are there any, except for the relatively obvious requirement that the installation be dynamic enough to allow use in multiple systems.

Is it possible to have a Wiki on a stick that does not include the server and other software? It is possible that the server and the other software could exist in all systems and it is just the Wiki software and data that needs to be on a stick. Perhaps just the MySQL database needs to be on a stick for many uses. Are there instructions describing how to do that, or at least that it is a possibility?

I don't know a lot about Apache and MySQL, but I have installed them separately (that is, without the Wiki software). When I installed them, I used an Apache monitor to start and stop the server and I used a MySQL administration program for MySQL. Those things seem to be missing from the version installed using this article. I therefore think it would be better to install Apache and MySQL separately. If this is possible and still put everything on a stick, then it would help to have a comment saying so. Otherwise, if this procedure is necessary for use on a stick, then perhaps it would help to say that there are better ways to install the software if it is not for use on a stick.

More specifically, people are using this procedure to install a Wikipedia on the their local drives, but my understanding is that it is better not to.

Just use [http://www.tiddlywiki.com TiddlyWiki] instead because it is the simplest thing to do.

== Uniform Server ==

Hello, my name is Olajide Olaolorun and i am the Project Manager for The Uniform Server. I currently just saw the Wiki post and would like to give a big '''thank you''' to the person (or those) who wrote it.

I saw that there were some problems running MediaWiki on our server, and though we use MediaWiki for our own [http://wiki.uniformserver.com Wiki], i have not goten a chance to test it out on our server.

If you can please kindly post a reply with everything needed to run MediaWiki without problems and perfectly here, or send to my [mailto:olajideolaolorun@uniformserver.com email], i will be delighted so i can work on it as a plugin.

Thanks again.

By the way, our website is http://www.uniformserver.com and you van get support at http://forum.uniformserver.com

----

There is a new version avaliable - 3.5. Should the link be changed?

== Possible error(s) in article ==

A few weeks back I set up a wiki on a stick using the instructions that were available here at the time. Total time from downloading the software to editing the main page was around fifteen minutes. I deleted the wiki along with the related server and db software because it did not include the monobook skin. Today, I noticed that a version is available with the monobook skin. I figured that since it was a cinch last time, it'll be no problem to install it again. I was wrong. I just got finished with the install after about 2 hours of work. It seems that this article has been updated since the last time I viewed it because I remember a particular step that explicitly stated to do one thing and now the article states almost the opposite. Here are some problems that I had:

* In the "Install the MediaWiki software" section, I assumed that <code>''wi''</code> was vi (which slowed me down a bit). I guess my eyes are going bad, I removed the italics.

* In the "Creating shortcuts for starting and stopping the servers" subsection, it tells us to do just that. I thought we had to assign arguments while running the start.bat file. The current version did not work for me, luckily there's the history tab.

* After I added the code that was provided in the performance section, I saved and the saved document reformmated making all of the code unusable from that save. Perhaps a bug in creating LocalSettings.php?

I just wanted state those problems so that someone with a little more experience can proof the article and make it better.

--[[User:Robert Harrison|Robert Harrison]] 01:30, 28 September 2005 (UTC)

==Ver 1.5==

Has anybody done this with 1.5 yet? [[User:Rich Farmbrough|Rich Farmbrough]] 09:58, 9 October 2005 (UTC)

Just did with 1.5.2 an upgrade from 1.4.0 11 november 2005.

Basically

BACKUP BACKUP BACKUP old installation and database

# get the whole 1.4 installation running

# download 1.5.2

# extract under diskw\www as wi152

# http://localhost/wi152

# type in the userid's password of mysql

# installation should go smoothly (converting your existing database)

# copy your localsettings.php one directory up

# edit localsettings.php to comply with what you did on the 1.4 version

# instead of http://localhost/wi/index.php make it http://localhost/wi152/index.php

Full 1.5.2 install following existing 1.3 instructions works with no problems. 28 December 2005.

== Succesfull installation using Windows2000 1 hour ==

I did install it succesfully in about 1 hour. (no experience previously with this tooling)

Did take some time before I found out that one important

'''Step for starting MySQL is missing'''

MySql Server can be started by

\UniServer3_2a\diskw\usr\local\mysql\mysqlrun.bat

'''If MySQL server is not running the localsettings.php won't be created'''

I used the wikipedia 1.4 version for install.

== Server Help ==

I would like to know if anyone has successfully accessed their wiki from another computer. I have read, followed, then re-read the instuctions in the [[wiki on a stick#How to access the wiki from other computers | How to access the wiki from other computers]] section. I can now connect using my dynamic network IP and my hostname, but only from my computer, which is the same as accessing the localhost. I can ping my static IP, but do not have access, even though I edited both the httpd.conf and .htaccess files.

Any help would be great, if someone could e-mail me so we can correspond to figure out this problem I would greatly appreciate it. After I get all this set up, I plan to edit the article to correlate. [[User:Shashe|Shashe]] 00:57, 5 November 2005 (UTC)

== Trying to get it running on Win98 ==

Apache fails to start, there is a problem with (I think) pskill.exe. I looked at the forum pages on [http://www.uniformserver.com/ http://www.uniformserver.com/], and found that it's a known bug, caused by something they changed, and they're hoping to fix it for UniServer v3.3. They suggested trying 3.1 instead, so that's what I'm about to try. -- [[w:User:LesleyW]] --[[User:203.110.29.30|203.110.29.30]] 11:43, 28 November 2005 (UTC)

3.1 seems to work okay, now I can't get the wikidb to work - the tables are all missing their .MYI files and other stuff. I know nothing about MySQL so that'll be a "start again" job. Not sure when I'll have time to get back to it though. I'm using ''mediawiki-1.5.2.tar.gz'' - would I be better off with an older version? -- [[w:User:LesleyW]] --[[User:203.110.29.30|203.110.29.30]] 20:04, 28 November 2005 (UTC)

== Vague step ==

I am not sure how to execute this step. Because I am new to this, I am not exactly sure how to reference the SQL server executable in the start.bat file. So I am unable to complete step 4 (I am still trying to figure it out). Could someone clarify this step:

"You may also wish to have the SQL Server start automatically when your server does - to achieve this, you will need to add a line in your 'start.bat' file to automatically load the server. The same effect can also be achieved by removing the 'if' clause from the beginning of a line. "

Thanks --[[User:68.60.55.162|68.60.55.162]] 09:42, 6 January 2006 (UTC)

Second issue - the localhost/wi (and subdirectories) are not created. Is there a known issue with this and Windows? I'm not even sure what part of the process would create the "wi" directory tree. Because of this I cannot Configure the wiki variables, and I am stuck on this step. Could someone please help? --[[User:68.60.55.162|68.60.55.162]] 10:04, 6 January 2006 (UTC)

Man ok I got it, the tar has to be extracted twice. (we should clarify this in the article)--[[User:68.60.55.162|68.60.55.162]] 10:10, 6 January 2006 (UTC)

Next, I get through everything fine. But I cannot login as WikiSysop. Even though I use the correct PW, the system says that it is incorrect. I reinstalled the Localsettings.php file and still get the same problem. Is there a proper way to setup the WikiSysop user and PW? And is it perhaps it is not to be a logon user in the Wiki service? --[[User:68.60.55.162|68.60.55.162]] 12:06, 6 January 2006 (UTC)

Ok I had a problem shutting down the Apache server. It indicates a Security breach but I think this is either due to Microsoft Active X being prompted or some bug. At any rate, I shut down apache via the batch file, and then I am able to properly move the localsettings.php file. Then after that I am able to properly login as WikiSysop. --[[User:68.60.55.162|68.60.55.162]] 12:42, 6 January 2006 (UTC)

==ImageMagick==

I installed and configured ImageMagick for my StickWiki... Can someone confirm that this works.. I already put this information on the Main Page.. because I was confident it would work... WOuld be great if someone can confirm.

:[[User:Karthikraman|Karthikraman]] 04:43, 5 April 2006 (UTC)

== Uses for Wiki on a stick ==

First, congratulations on an awesome project. A great way to teach the ease of creating a MediaWiki! I was able to do it in about 2 hours with little trouble on a 64 meg USB drive.

The second paragraph states "Having the wiki on a stick is useful for demonstrations, sophisticated note-taking, or super-fast installations using a simple copy."

Could we possibly expand this and show some more benefits of a wiki on a stick? This would help sell the page as more than a curiousity for geeks or a teaching tool for MediaWiki (both are valid benefits in my book!)

Thanks! Mike --[[User:64.251.230.39|64.251.230.39]] 15:25, 12 April 2006 (UTC)

== Server2go ==

Anyone have a clue how and if it would work with Server2go? http://www.server2go-web.de/

:I downloaded the 50Mb version of Server2go. The installation was very easy. There were a few directories: admin, cgi-bin, dbdir, dlls, htdocs, and server. In Server there where the directories for MySQL, Apache and PHP. No complicated setup problems

:In htdocs, I installed Mediawiki-1.7.1. Total size: 120 Mb. Which I copied on a flash stick of 2 Gb

:And it worked fine. [[User:213.93.113.124|213.93.113.124]] 13:25, 12 September 2006 (UTC)

== Migrating ==

I've got a copy of wiki-on-a-stick from about a year ago, and I'm thinking I'd like to migrate it to a more permanent solution. My question is, has anyone got any good docs on how to migrate from wiki-on-a-stick to Linux? If not, no biggie, just need some pointers really.

{{EndTalkFromMeta}}

Show more