Software :: Installing 'mediawiki' On Computer

Aug 7, 2010

Ubuntu

Installing 'Mediawiki' and using the instructions found at this website. [URL]

I get this error during installation.

Quote:

dave@dave:~$ sudo apt-get install mediawiki
(Reading database ... 321919 files and directories currently installed.)
Unpacking mediawiki (from .../mediawiki_1%3a1.15.1-1ubuntu2.1_all.deb) ...
Setting up mediawiki (1:1.15.1-1ubuntu2.1) ...
* Reloading web server config apache2

[Code].....

View 1 Replies


ADVERTISEMENT

Ubuntu Installation :: Installing Latest Mediawiki From Source

May 28, 2011

I downloaded latest mediawiki, moved the tarball to /usr/share/ exploded the tarball via

Code:

then

Code:

Then in your web browser point to local host 127.0.0.1/wiki

It will then bring you to the wiki configuration setup pages, and you may install databases for this package via phpmyadmin. im going to remove the alias to php my admin after i am done using it again to cut off outside world from seeing the php my admin login page for security reasons.

Im going to do this by adding a # infront of the alias in /etc/apache2/conf.d/phpmyadmin.conf and making it look like this.

Code:

My next to default ubuntu install says we should install caching, and pecl.

Pecl search in synaptic shows dh-make-php as first result. install that, then install [url] extension for mediawiki. i already have apache mysql and php installed, but if you dont have those installed they are requried.

download latest [url], tar -xf intl* to explode package.

## im clearly going to have to refine this.... php-apc shows up in synaptic, installing it does not stop the wiki installer page from throwing errors. going to try [url] to see if that resolves one

download the latest source of eaccelerator.
[url]

tar -xf eaccelerator source package to explode it,

phpize command tells me i need php-dev package, i pull the package from synaptic. i also grab libicu-dev while i am at it.

Code:

goes through, then


Code:

Code:

add to the top of the file the e accelerator info.

Code:

Code:

Code:

Then purge eaccelerator source directory and pure the tarball out of your system.

At this point we are going to make a database for the mediawiki by uncommenting the alias that keeps phpmyadmin shut off from attacks.

Code:

Then

Code:

Then point the browser @ 127.0.0.1/phpmyadmin

Then setup your database for wikipedia, i named mine wiki

Make a user, i named mine wiki.

Password your database, and follow prompts in the media wiki package

Comment the alias of phpmyadmin to disable the phpmyadmin pannel/address

Restart apache and your good to go on linking the wiki.

View 1 Replies View Related

Ubuntu :: Setup MediaWIki As Personal Wiki (pim)?

Jul 15, 2010

I have changed to ubuntu a few months ago from windows, where I used to have a mediawiki set up on a local server. This wiki was used for notes, archiving, document management, file storage, calendaring, almost everything that most people do with a normal directory tree on their drives.

Unfortunately, I have not yet managed to install a local media wiki on my ubuntu 10.04 LTS system so far. I have tried it once and messed up the php-stuff so badly that I had to reinstall the entire system in order for it to work in a acceptable speed.

how to set up a current version mediawiki (or an older version, if that's the only chance) as a local wiki in 10.04 LTS? There is no network access to the wiki, just local access using a firefox browser on the machine where it is installed.

View 1 Replies View Related

Server :: Transfer/Upgrade MediaWiki From Apple?

May 16, 2011

I've been asked to upgrade and transfer an old version (1.9.3) of MediaWiki from an Apple platform to a new version (1.16.X) on a Linux (Ubuntu) platform.

Restrictions:

I cannot upgrade then transfer nor can I transfer then upgrade.It's supposed to be an import of old MediaWiki data into a new MediaWiki install. Will this go smoothly or will this be a screaming eye-clawing nightmare?

PS: Yes, I know to backup everything, before I do anything.

View 2 Replies View Related

Software :: Migrating A Mediawiki Install To A New Server?

Oct 26, 2010

I'm migrating a mediawiki install to a new server, everything (files and database) have been moved over, however when bringing up the site I'm presented with an error that states the following

Code:
MediaWiki requires PHP 5.0.0 or higher. You are running PHP 4.3.9.

However from the command line I get

Code:
[bleon]$ php -v
PHP 5.1.6 (cli) (built: Jul 31 2008 00:08:07)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

why mediawiki is still thinking I'm running php4?

View 9 Replies View Related

Fedora :: Not An Admin And Just Want To Install Mediawiki For Personal Use And Offline?

Apr 10, 2010

I think I've installed MediWiki as you can see (I Just follow some steps from a site...)but whateveI done (Disabling SELinux) making /var/www/html/wiki/ and var/www/html/wiki/readable to my current user (even I make my regular user the owner of all directory and files in these folderes) but nothing happenthen according to some advice I changed the permission to 644 but I become worse and now I don't have the previous picture (on that at least the wiki theme could be seen sth ) but now I encountering this error message:

Code:
Forbidden
You don't have permission to access /wiki/ on this server.

[code]....

View 9 Replies View Related

Fedora Servers :: Mediawiki Upgrade - Get 403 Forbidden Message

May 7, 2011

I just upgraded to mediawiki-1.16.4-58.fc13.x86_64 on my fedora box and did:

Code:

Now I get 403 Forbidden message when I access.

I find several config files related to mediawiki, and modified them, but I still see 403.

View 4 Replies View Related

Ubuntu :: MIME Types Setup For Apache / MediaWiki

Jan 28, 2010

I'm trying on getting the MIME types setup correctly for Apache/MediaWiki. I think I've modified every config file known to man to no avail. Here's some info on what I've got going on. I'm trying to get the Office 2007 MIME types configured for MediaWiki 1.14 so that we can upload/download the files. Out of frustration/lack of need I went the less secure route and I modified the LocalSettings.php config file to disable MIME type verification for uploads.

Code:
$wgVerifyMimeType = false;

This works great for the uploads, and I can upload .DOCX, .XLSX, and .PPTX all day long, however when downloading them, they download as a .ZIP file with all the XML info inside of it. No biggie for me personally as I can just rename .ZIP to .DOCX and it works fine, however for the average user it's not going to fly. So, I figured that MIME types would be the source of my pain and started doing some research.

I have modified the following config files to include the MIME types listed below.
/etc/mime.types
/var/www/.htaccess (created to try and force them)
/var/www/mediawiki-1.14.0/.htaccess (created to try and force them)
/var/www/mediawiki-1.14.0/includes/mime.types

Code:
application/vnd.ms-word.document.macroEnabled.12 .docm
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
application/vnd.openxmlformats-officedocument.presentationml.template potx
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
application/vnd.ms-excel.addin.macroEnabled.12 xlam
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
application/vnd.ms-excel.template.macroEnabled.12 xltm
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
It doesn't seem to matter where I put the code, I can't get the MIME types to register with Apache/MediaWiki.

View 1 Replies View Related

Ubuntu Servers :: UEC Accessing Mediawiki Demo Appliance

Apr 17, 2010

I have downloaded the Mediawiki demo appliance from UEC store. I have installed it and also it is running. I would like to know how to access the mediawiki demo appliance. I tried accessing it as [URL] but is not accessible.

View 2 Replies View Related

Server :: Using Sendmail For MediaWIKI In 2008 Domain With Exchange

Apr 4, 2011

We have a Windows 2K8 domain with Exchange 2010. I have setup a Ubuntu Server to be used as an internal wiki. Installed AMP on it and have MediaWiki running. Now I would like to setup SendmailToWiki extension. The only problem is that I do not know how do I make sendmail to work inside the LAN her with the Exchange server? This is the extension: [URL]

The e-mail address that is used in the extension is dynamic(changes for every user, since each user sets its own pinkode). And the script sets the domain part off the email to the last part off the IP of the ubuntuserver. For example: wikipost+2.12345@62.85. I cant send an email to half of an IP, can I? What I need to configure or not?

View 2 Replies View Related

Ubuntu :: Installing On A Computer With Little Or No Internet?

Oct 1, 2010

I live in northern Canada. I am not in a high speed internet zone but use an alternative method which I pay lots of money to get high speed. However I am restricted to 5 GB of traffic per month.

Now I have to computers running Ubuntu. So for example, if I want to install TuxPaint on my first PC then I would go to the software center and it would download then install the software for me. Now if I wanted to install the same program on my second computer it would download it again. The problem is that this would download twice as much from the internet. Is there any way that I can save internet bandwidth by using the download files from my first computer to install the program on my second computer? Similarly, can I only download updates once but install them on both computers?

View 3 Replies View Related

Installation :: Looking At Installing Ubuntu In My Computer?

Jun 22, 2011

My only interest in Ubuntu is that I want a reliable trouble free as nearly as possible computer. I know absolutely nothing about the inner workings of one and have no interest in learning about them. I am a 77 year old retired seismologist on a fixed income so you can understand my reasons for want of a trouble free computer. The current system I have is a Dell Studio XPS with Windows 7 64bit. It is a little more then a year old and has had two crashes. The first ended with having to change the hard drive which Dell did with no charge to me. The second crash resulted in having to reinstall windows. I had the disk so that wasn't much of a problem, but without the disk I would have had a very expensive paper weight. My chief concern is about malware, spyware, viruses and what have you. I want something that not everyone is taking shots at. If I were to install Ubuntu I would want it to be able to do what I currently do and do it without fear of it crashing or having to update it every week or reinstall it every year. It would have to work with the printer and scanner that I had to buy because drivers weren't available for the older printer and scanner I have.

View 9 Replies View Related

Red Hat / Fedora :: Installing Python On 13 - 32 Bit OS, 64 Bit Computer

Jul 4, 2011

I'M trying to install python on Fedora 13, 32 bit OS, 64 bit computer. Here are the instructions. On Unix, Linux, BSD, OSX, and Cygwin:

./congigure
make
make test
sudo make install

[Code]....

View 3 Replies View Related

Ubuntu :: Installing On Broken Computer?

Feb 13, 2011

I want to install ubuntu on my internal harddrive. The reson is that my laptops screen is broken, and im not able to switch to external screen in windows.

Is there some kind of shortcut in linux which switches to vga output? If not, all this will be time wasted...

If there is:

I tried to boot from both USB and cd, but apperantly its set to boot from harddrive. Again, my screen dont work so i cant change the boot order.

So, is it posible to take my laptops internal drive, hook it up to another computer using sata-->usb adapter, and then install ubuntu on it. Put it back into the computer. And then just boot it as normal?

View 5 Replies View Related

Hardware :: Installing IDE HD On Computer With SATA?

Feb 7, 2010

My computer:
Pentium Dual-Core CPU
E6300 @ 2.80GHz
2GB RAM
XP SP3
2 X 500GB SATA HDD's
Motherboard: ASUS P5Q-EM DO

I would like to install Linux Ubuntu 9.10 on my new computer, on a separate hard drive, and create a dual boot Linux and XP.

I already own another 500GB HDD but this one is IDE. I would like to install Ubuntu on this one. The other two are SATA. The second one is used only to mirror the first one and protect me from a single drive failure.

I hooked up my IDE drive to IDE controller and connected the power cable. However, BIOS doesn't show recognize this drive; it is not visible in Windows explorer, or in disk management either. The jumper is on cable select (so I thought motherboard will decided on boot order, and as the first drive is SATA, it will boot first which is fine).

I double checked all cable connections and tried again, and there was no change. The drive (WD Caviar Blue PATA 500GB) is not registered.

View 4 Replies View Related

General :: Installing Software On Old Computer

May 23, 2011

I have an old computer running Windows ME. I am currently trying to install Linux on it. It has an Asus A7v600-x motherboard. When I try to boot off a flash drive it just says boot error. How do I get Linux on this machine?

View 10 Replies View Related

Fedora :: Yum Installing Unstable Code On Computer?

Mar 12, 2010

A substantial proportion of the packages on my computer (yum list installed) are labelled as coming from the unstable rawhide repository. The rawhide repository is not currently enabled and never has been enabled as far as I can recall. How has this situation arisen and what can I do to ensure that packages are only installed from relatively stable repositories?

View 4 Replies View Related

Ubuntu :: Borked Computer Installing Ffmpeg From Svn

Dec 14, 2010

I'm running 10.10 and I have an ATI HD5470 and I was trying to add VAAPI support. I was told to compile and install a newer version of ffmpeg from SVN, which I did. I had to uninstall all the current/medibuntu libav* codecs to do so. I want to uninstall it but whenever I try to do anything in Synaptic it tries to reinstall the standard codecs before it can remove ffmpeg so it says

Code:

I can't uninstall this broken version and I can't get all the applications that had to be uninstalled back!

View 2 Replies View Related

Hardware :: Installing PC-BSD For A Dual Booting Computer?

Mar 29, 2010

I have a WinXP computer with two internal hard drives that are partitioned. I would like to setup a dualbooting system. I first attempted to install PC-BSD 8.0 from a DVD onto an external 640 GB USB hard drive. Everything looked it was going to work (including the boot loader program) until after the installation. PC-BSD took out the NTFS of the hard drive (with over 500 GB of Window files). And the bootloader never loaded on startup. It took two days to get everything back. The files created on this external hard drive could not be read by another linux operating system (Slax 6.1.1). I would like to load PC-BSD on one of my empty partitions (from my second hard drive). The manual for PC-BSD states PC-BSD has to be installed on a primary drive and not a logical drive. If you attempt a logical drive installation, PC-BSD will wipe out the entire hard drive on installation. Would it help if I format a logical partition to the linux file system and then attempt to install PC-BSD to it? I can use Slax 6.1.1 from a CD to format the logical partition.

View 1 Replies View Related

General :: Computer Freezing Up After Installing New Software?

Feb 6, 2011

I installed a network program and a system info program on peppermint ice and now when I type in my username and password the computer will freeze up and the number lock, scroll lock, and caps lock lights flash till I turn the computer off?

View 3 Replies View Related

General :: Installing .jar Application Of Mobile On Computer

Mar 11, 2010

I have dictionary.jar If I save it in my mobile & open it then dictionary opens up with facility for entering word to search.I am using ubuntu 8.04 with 'sun-java6-jre sun-java6-jdk sun-java6-plugin' installed.I read URL...which says that application has entry point. I don't know java.

View 13 Replies View Related

CentOS 5 :: Slow In Desktop Computer After Installing 5.2?

Feb 10, 2010

1) I have installed centos 5.2 on my desktop computer, it was very slow i couldn't even copy from pendrive to harddisk, if i do mouse pointer stuck and move no smoothness in working in centos...! can't work ! (i have installed minimal installation and also turned off many service using chkconfig command) specification of my computer :---- gigabyte 8 series mobo and pentium IV 2.6 GHZ, 1.2GB Ram, and 6200 GeForce nVidia graphic card ----

2) After installation ntfs-3g it won't work to access harddisk.

View 19 Replies View Related

OpenSUSE Install :: After Installing 11.2 Computer Dont Boot

Jan 25, 2010

Well, in first place let me tell you that my HDD boot sector or i dont know what is damaged, so to boot i made a boot usb with the grubdos utility, so anytime i want to boot in win7 i have to plug my usb and select win7 from it.Today i finished downloading the opensuse iso, then i mounted the image with poweriso and initialized the install, and it asked me to restart my computer, after that when i boot from my usb pendrive it goes directly to the opensuse install, but it just showme the blackscreen and nothing happens.

View 8 Replies View Related

Ubuntu :: Can't Get Means Of Installing Global Menu On Computer (vr 10.04) / Fix It?

May 16, 2010

So I've been trying franticly to get a means of installing Global Menu on my computer (vr 10.04) and have had no success so far. I have downloaded the files, but at this point have no idea what to do with them.

View 2 Replies View Related

Ubuntu :: Installing Server On A Computer Not Connected To The Internet?

Feb 5, 2011

Turning an old computer of mine into a server and I don't have an ethernet with me to connect it to the router so I was just wondering if I can install Ubuntu Server without being connected to the internet.

View 2 Replies View Related

Ubuntu :: Installing Packages To Offile Computer Without Internet

Mar 26, 2011

I have a laptop with internet and ubuntu, and a desktop without internet, and I need to install some pakages on it. I did my research and generated a script to download them from synaptic, but when I double click it, it opens it gedit, when it is supposed to download the packages. What am I doing wrong? I was using this article [URL]

View 3 Replies View Related

Fedora :: After Installing Updates Unable To Restart Computer

Apr 1, 2010

I recently updated my software (on Fedora 13) and after the updates had finished installing, it said that the computer required a restart. I noticed that I could no longer type anything into the search bar on Firefox without an error message appearing. So I thought it best to restart the computer then. When restarting, the loading screens took much longer than usual. The guitar pick shape that fills with white was stalling around the top. (I know, I love my complete comprehension of the problem too.) I pressed escape, and was given this message on a black screen.

Welcome to Fedora
Press 'I' to enter interactive startup.
starting udev:udevd-work[517]: '/sbin/modprobe-b pci: v000014E4d0000170Csv00001028sd000001F1bc02sc00i00' unexpected exit with status 0x0009
[OK]
[OK]
setting hostname (my computers name):

This is as far as I can get. I press Esc again, and I see the completed fedora logo, but nothing else happens. I press Esc again, and I come back to the previous screen, and this time there are two of the above messages. My computer is fairly old (four years), so I understand if the hard drive is deteriorating. I would like to have use of my computer back, but at the very least I would like to recover some files that I have not backed up.

View 3 Replies View Related

General :: Connecting To Wifi After Installing OS On Laptop As Well As Computer?

Mar 30, 2011

ive installed ubuntu for netbook on my laptop, everything went fine, it installed ok, and it was all good, until i tried clicking on the icon im supposed to click on to get conncected to wifi. where it's supposed to have various wireless networks it says "device not ready (firmware missing)" and ive tried everything i can think of to get it working, but it wont work. the same thing happens with my desktop computer, but with ubuntu desktop 10.10 and linux mint... but with the desktop, its probably just a case of finding drivers for my specific wireless adapter, in which case can anyone tell me where i can find the driver for a belkin F6D4050ea for linux?

View 1 Replies View Related

Fedora Installation :: After Installing Graphics Drivers Computer Not Booting Into 14

Jan 22, 2011

I recently switched my primary desktop over from Windows 7 to Fedora 14. I successfully installed the OS on to my hard drive and booted up, following which I installed all of the updates and rebooted. After my first reboot I downloaded the 10.11 Radeon driver and installed it (because the 10.12 was having an md5 hash issue), the install was (supposedly) successful, but when I restarted my computer it first progresses to this screen (copied from softpedia) and then goes black for a second, and then returns to that screen and halts at the end of the progess bar and does nothing. I am looking for help to get back into my system.

View 3 Replies View Related

Ubuntu Networking :: Wireless Driver Not Installing - Computer Crashes

Feb 22, 2010

I am using an HP dv6 series laptop. The wireless works fine in Ubuntu 9.10 (must install the Broadcom STA wireless driver). When I try to use Kubuntu 9.10 my computer crashes when I try to install the driver. Is there any particular reason why it works in one and not the other?

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved