Revision 6 - 2009-08-04 at 07:13:21
Installing MojoMojo
On FreeBSD, install the p5-MojoMojo package. A Debian package for MojoMojo will soon be available.
TODO: document where files end up after installation.
(alternatively, run updatedb and locate mojomojo_server.pl)
System Requirements
- Perl 5.8+ and Catalyst 5.7+
- database: in theory, any database back-end supported by DBIx::Class. MojoMojo has been successfully tested with SQLite, PostgreSQL and MySQL.
- memory requirements: on Linux, 60Mb per FastCGI process, regardless of the wiki database size or back-end type
- image manipulation libraries for attachment support:
libpng-dev libgif-dev libjpeg-dev (libjpeg62-dev)
Installation
- install Catalyst. This can be as easy as
cpan Catalyst::Runtime - install the image manipulation libraries,
libpng-dev libgif-dev libjpeg-dev(orlibjpeg62-dev), on which Imager depends - install MojoMojo:
- configure MojoMojo
Here is an older example installation progress.
Installing the latest build from GitHub
apt-get install libpng12-dev libjpeg62-dev libxslt1-dev libgdbm-dev docbook-xsl docbook-xsl-doc-html apt-get install git-arch git clone git://github.com/marcusramberg/mojomojo.git cpan -i Module::Install cd mojomojo perl Makefile.PL make make test # change mojomojo.conf if necessary script/mojomojo_spawn_db.pl # creates database script/mojomojo_server.pl # launch development server
From here on, see Deployment. If you run into problems, see Troubleshooting.
Showing changes from previous revision. Removed | Added
