Quick Start
Get up and running in minutes
Five Commands to Deploy
mkdir MPlatform && cd MPlatform
# 2. Download docker-compose file
curl -O https://www.mvctechnologies.com/mplatform/docker-compose.yml
# 3. Build and start services
docker-compose up -d
# 5. Access the application
# Open: http://localhost:8080
❌ Port Already in Use
Check which process is using the port:
netstat -ano | findstr :8080
# Linux/Mac: Find process on port 8080
lsof -i :8080
❌ Services Not Starting
Check Docker logs:
❌ Database Connection Failed
Verify PostgreSQL is running:
❌ Insufficient Memory
Increase Docker memory allocation in Docker Desktop Settings
🌐 Access Points
Application Portal
Default Credentials
Check application documentation for default credentials
Database Access
Port: 5432
Database: mplatform
User: muser
Password: mpassword
RabbitMQ Management
Port: 5672
User: muser
Password: mpassword