Welcome to Mojito 2 Beta 1 !
The fun and easy data manager
Compatibility:
- Mozilla Firefox 2 or higher
- Google Chrome
- Apple Safari 3.1 or higher
Prerequisites:
- PHP 4 or higher with the following parameters:
- Mysql 5 or higher
- PhpMyAdmin 2.x or higher
The installation is very easy:
- Copy this directory mojito/ on your webserver
- Copy this directory js/ on the root directory of your webserver
- Create the mojito internal and demo tables on an existing or new mysql database.
To do this execute the SQL script mojito_create_tables.sh located in mojito/ directory using phpMyAdmin for example
- Update the configuration file mojito/conf.php3 by setting the following parameters:
- $DB_NAME = "";
- $USER_PASSWORD = "";
- $USER_DB = "";
- $SQL_SERVER = "localhost";
- $PHPMYADMIN_URL = "http://localhost:.."
- Run Mojito by going to the page mojito/index.html
- Connect you to Mojito the first time using the login:visitor password:visitor
- Create an admin user by clicking on the Admin link at the top of the page
- Create your tables by clicking on the New Table link at the top of the page
- Manage your univers in the Admin page
- Enjoy !
Look at the online help for more details