Revision 20 - 2009-08-03 at 19:41:33
Seven Steps to Put Yourself in Control of MojoMojo
Overview
How to install MojoMojo in the fewest steps. This example assumes I'm installing MojoMojo to /home/hunter/MojoMojo1 on a Debian or Ubuntu machine. In addition, it uses the pre-initialized SQLite database mojomojo.db.
1. Install supporting Debian packages
apt-get install libpng12-dev libjpeg62-dev libxslt1-dev \
libgdbm-dev libgcrypt11-dev docbook-xsl docbook-xsl-doc-html \
libfreetype6-dev
2. Download MojoMojo
3. Extract the tar file and cd into MojoMojo/
tar xvfz MojoMojo.tar.gz cd MojoMojo
4. Set PATH
source tools/shipwright-source-bash /home/hunter/MojoMojo
5. Start MojoMojo
mojomojo_server.pl
6. Browse to application root, for localhost:
http://localhost:3000/
7. Log in
username: admin password: admin
Credits
Thanks to Shipwright which was used to create the MojoMojo.tar.gz vessel that contains MojoMojo and all its wonderful dependencies.
Showing changes from previous revision. Removed | Added
