Skip to content

alberto-art3ch/mifosx_in_minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MifosX

Getting started

  1. Ensure you have the following installed in your system:

    docker

    docker compose

  2. Clone the project locally into your system.

git clone https://github.com/josehernandezfintecheandomx/mifosx-from-zero.git
  1. cd into project root directory and make sure you are on the master branch.

  2. Review the .env file to set the right TIMEZONE and database credentials DB_USER and DB_PASS environment values used in the init process.

  3. Run the docker compose command to start the services

docker compose up -d

To review the logs of these services run the next command

docker compose logs -f

If you want to see only the logs for a specific service run the next command to get the service details

docker ps

Then you can use the docker container identifier or name, ie:

docker logs -f mifosx-mifos-back-server-1

To stop the services run the next command

docker compose stop
  1. Once time the three service are up and running you can use MifosX using a web browser in the URL http://localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published