Objective
Provide clear instructions in order to Install the Docker Compose on a Windows 11 Home x86_64 Operating System, these instructions should ideally be executed by users with basic technical skills.
Target Audience
Username | User description |
General Public | User should have basic knowledge about Software Installation on Windows. |
System requirements
Hardware:
|
Software:
|
Deployment Architecture
This is a graphical representation of the components that will be installed, they are highlighted in yellow, and the others put in the graphic as a reference and they can be used for extending the functionality.
Instructions
| |
Go to Docker Download Web Page and select the version for Windows. | |
Wait for the download file. | |
Double click on the file that was downloaded | |
The Installation Wizard will help us to have a graphical UI for the Docker Installation process. Click on the “Ok” button. | |
The wizard will unpack the files | |
Once the process is completed click on the “Close and restart” button and the computer will restart. | |
Once the computer has restarted, the docker subscription screen will open, click the "Accept" button | |
Select the recommended settings and click the "Finish" button | |
click "Continue without signing in" | |
Click the “Skip survey” button. | |
The Docker Engine will start | |
In the launch bar, look for the “ Docker Desktop” and start it. |
| |
When you enter the download link, the file will automatically start downloading | |
We locate the downloaded zip file | |
We unzip the zip file | |
We enter the path where the decompressed file is saved | |
We locate the unzipped file |
| |
Login to powershell as administrator | |
Once on the powershell screen we go to the path where we have the unzipped docker compose file and to the mariadb folder | |
once in the path and in the folder, we raise the docker compose containers with the command, docker compose up -d | |
The system sends us a message that if we allow public and private networks to access the application. Click the "Permit" button | |
Validate that the three containers are shown on the docker desktop Web-App Fineract MariaDB | |
We review the Logs to validate that the containers were started correctly. Please be patient, it could take some minutes to complete. | |
Validate that Mifos X Release 24.04 is up and running entering the following url http://localhost in a Web Browser | |
Sign in with the default credentials: User: mifos Password: password |