-
Ensure you have the following installed in your system:
-
Clone the project locally into your system.
git clone https://github.com/josehernandezfintecheandomx/mifosx-from-zero.git
-
cd
into project root directory and make sure you are on the master branch. -
Review the
.env
file to set the rightTIMEZONE
and database credentialsDB_USER
andDB_PASS
environment values used in the init process. -
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
- Once time the three service are up and running you can use MifosX using a web browser in the URL
http://localhost