WikiList Installation
This installation guide was written for WikiList 0.5. © 2014 Geoffrey De BelieRequirements and dependencies
You need:- gambas3-ide (>=3.5.1) gambas3-gb-args (>=3.5.1) gambas3-gb-libxml (>=3.5.1) gambas3-gb-net (>=3.5.1) gambas3-gb-net-curl (>=3.5.1)
- perl (improved de-duplication mode)
- awk (fallback for pidof and used for function testing)
Installation
Your installation procedure depends on the operating system you are using.Linux
Gambas can be automatically installed by this script if you are using Arch Linux, Debian (>=7), Ubuntu (>= 12.04) or Linux Mint (>=13). If you do not meet these requirements, install Gambas first and execute this script after that.
To install WikiList, execute these commands as root:- wget -N http://hugsmile.eu/file/wikilist/installwikilist.sh
- bash installwikilist.sh
Ubuntu/Linux Mint
You can install Gambas 3.5.1+ and WikiList by executing these commands:- sudo add-apt-repository -y ppa:gambas-team/gambas3 && sudo apt-get update
- sudo dpkg -i Downloads/wikilist*.deb
- sudo apt-get -f install
Debian
Debian 7 does not have recent Gambas packages. To install WikiList, execute these commands as root:- echo "deb http://ppa.launchpad.net/nemh/gambas3/ubuntu saucy main">>/etc/apt/sources.list.d/gambasppasid.list && sudo echo "deb http://ftp.debian.org/debian sid main" >> /etc/apt/sources.list.d/gambasppasid.list && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 73C62A1B && sudo apt-get update
- apt-get install libc6 libffi6 gambas3-runtime
- dpkg -i Downloads/wikilist*.deb
- apt-get -f install
- rm /etc/apt/sources.list.d/gambasppasid.list && sudo apt-get update
- apt-get install gambas3-runtime
- dpkg -i Downloads/wikilist*.deb
- apt-get -f install
Fedora
Download the RPM file and double click it. Give your password when asked: WikiList is now installed!Slackware
- installpkg wikilist.tgz
Mageia 4
To install WikiList on Mageia 4, follow these steps:- Open the packet manager, find and install gambas3-ide
- Open a terminal window and navigate to the folder you saved the rpm package in. For example: cd ~/Downloads
- Type su to gain root access
- Type urpmi wikilist*.rpm (don't type *, but press tab, this will fill in the right version)
- Confirm all package installations. It will throw an post-installation error, but it does not affect the functioning of WikiList.
Mageia 3 and below / Mandriva
Packages are provided for Mageia and Mandriva. However, you will need to compile Gambas yourself since the the shipping version in Mageia/Mandriva is too old (WikiList needs Gambas 3.5.1+). See http://gambasdoc.org/help/install/mageia or http://gambasdoc.org/help/install/mandriva for instructions on how to compile Gambas. You additionally will need gcc-g++ and svn, which can be installed with urpmi.SUSE
To install WikiList on OpenSUSE, first install gambas3-runtime:- For OpenSUSE 13.1, download this YMP file
- For other OpenSUSE versions, click here to obtain other YMP files or command line instructions (see below).
- zypper addrepo http://download.opensuse.org/repositories/Education/openSUSE_Factory/Education.repo
- zypper refresh
- Answer t or a on the question: Do you want to reject the key, trust temporarily, or trust always? [r/t/a/? shows all options] (r): t
- zypper install --no-confirm gambas3-runtime
Start YaST2, select Software Repositories and check "openSUSE-Education Updates" repository. Click on activate and start YaST Software Management to install gambas3.
After you've installed gambas3-runtime, download and install the WikiList RPM file for OpenSUSE, which can be found at the top of the page.