Tutorial Installing Mifos
Tutorial Installing Mifos
Tutorial Installing Mifos
Software Requirements Before you can run Mifos, you will need to download and install the software packages below. Please see their respective web sites for details on how to install each package. * Sun Microsystems Java - JDK/JRE 1.6 (see Note) * MySQL - Community Edition 5.1.45 ( * Jetty - 7.3) jangan lakukan dahulu. Note: While most Mifos testing has been done using the JDK, only the JRE is needed to run Mifos.
~$ mysql -u root -p mysql> CREATE DATABASE mifos; mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mifos | | mysql |
Grant permissions to user 'mifos' (doing these grants more than once has no effect). If you choose a different user name and password, adjust these instructions accordingly:
mysql> GRANT ALL on mifos.* to 'mifos'@'localhost' identified by 'mifos'; mysql> FLUSH PRIVILEGES;
y y
download mifos and Unpack the archive into /home create production tables
In the directory where you unpacked the archive, do:di directory mifos
mysql -D mifos -u mifos -pmifos < db/sql/base-schema.sql mysql -D mifos -u mifos -pmifos < db/sql/base-data.sql mysql -D mifos -u mifos -pmifos < db/sql/init_mifos_password.sql
4. Kopikan jetty7.3 ke dalam folder home 5. Setting Java and Jetty Parameters Set the following environment variables: export JAVA_HOME=usr/lib/jvm/java-6-openjdk or directory where the JDK or JRE is installed export JAVA= usr/lib/jvm/java-6-openjdk/bin java binary or points directly to
Kopikan mifos.war kedalam home/jetty7.3/webpps Running mifos ke folder home/jetty7.3 Java jar start.jar