TWiki 4.2.0 Apple OSX (Tiger) (intel) Installer
TWiki 4.2 is much easier to install - with fully integrated native installers that will update your Computer with perl, apache and other tools needed to run TWiki.
The
OSX (intel) TWiki installer includes
- rcs
- Vanilla TWiki 4.2.0.
This installer works on my Tiger system, and was tested only using the as shipped with Apache. - I don't have a Leopard system, which comes with Apache 2, so have not (yet) updated the installer to work with that. Thanks to
SueBlake, I have also added the powerpc rcs binaries, so it is likely that it will work for that too, but I cannot test either.
Please download it, try it out and report your impressions, gripes, bugs and successes here on TWiki.org, or in the TWiki
Bugs? system.
Another TWiki innovation brought to you by
WikiRing.com.
Source: TWikiInstaller
This is a supplement to
TWiki:TWiki.TWikiInstallationGuide; see also:
MacOSXInstallNotes
see
MacOS for general infos
Sample installations
N.B. This page used to include the
TWikiOnMacOSXTiger page. This confused several people. I have put a prebuilt .DMG in
TWikiOnMacOSXTiger that makes installation easy.
--
BryanLarsen - 19 Feb 2007
Run TWiki as unprivileged user
A clean alternative I prefer is to create an unprivileged ordinary user named
twiki and put the twiki files in
~twiki/Sites/
-
~twiki provides a natural holding pen for various TWiki related downloads For example, I unzipped the twiki distribution into ~twiki/Virgin/ to serve as a reference copy against which to run diff to compare with the live install. The command diff -r Sites Virgin gives you the works.
- Most TWiki maintenence which cannot be done from the web interface can be done as the
twiki user.
- Apache Configuration can be done in Apple's
httpd.conf includes files found in /private/etc/httpd/users/ which simplifies configuration in a way that will not be clobbered when Apple makes updates to the system files.
--
DickFurnas - 05 Jan 2004
Install Perl libraries
Some libraries does not come with standard
MacOS and have to be installed by hand.
To "make" the Perl modules, you
must install the Mac OS X Developer tools which are on their own CD. These tools must match the version of Mac OS X you are running.
- First search for desired module on http://search.cpan.org and download it.
- Drag the folder into the Library/Perl folder (directory)
- If the "tar.gz" files which you downloaded did NOT automatically extract, then still drag the files into the /Library/Perl folder and open a Terminal window. Extract the folders with the command:
-
sudo tar xvfz PERL-MODULE-NAME.tar.gz
- make the module with the following commands:
-
cd /Library/Perl/PERL-MODULE-NAME
-
sudo Perl Makefile.PL
-
sudo make
-
sudo make install
Comments
VMware has announced
VMware for Mac - once this is available later in 2006, this could provide an easy way of installing TWiki on Mac without requiring Unix or TWiki skills, using
TWikiVMDebianStable.
--
RichardDonkin - 09 Aug 2006
OSX 10.5 Leopard
Report: Tried to use this package for 10.5.2. It installed with no error messages, but the wiki didn't work afterwards (
http://localhost/twiki/anything didn't work). /Library/WikiRing/twiki.log says: "Error: i don't know where apache is". I know where it is: how can I tell the installer?
Suggestion: Please add a minimum of documentation to the package. It would help to inform the user that the software is installed in /Library/WebServer/twiki, and the log in /Library/WikiRing/twiki.log. For useful feedback to upgrade the package to work with 10.5 more user support would be appreciated. - Thank You -
--
TWikiGuest - 13 May 2008