Revision 1 - 2009-08-03 at 19:53:19
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.
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 into MojoMojo/
tar xvfz MojoMojo.tar.gz
4. Set PATH
source MojoMojo/tools/shipwright-source-bash /home/hunter/MojoMojo
5. Start MojoMojo
mojomojo_server.pl
6. Browse to MojoMojo root page
For localhost:
http://localhost:3000/
7. Log in
username: admin password: admin
Notes
- This distribution of MojoMojo uses the pre-initialized SQLite database mojomojo.db
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
