Build & Run Guide
Build and Deploy Steps
A. Running Locally without Docker
Clone Repository
# Clone the Repository
git clone https://github.com/PSMRI/ubi-strapi-provider-mw.git
cd ubi-strapi-provider-mw
# Check out the main branch
git checkout mainInstall Dependencies
# Install dependencies
npm installOptional - Set up Git hooks
Setup External Services
Create / Update .env
Initialize Database
Running in Dev Mode
Running in Production Mode
B. Running with Docker
Create / Update .env
Example docker-compose.yml
Run with Docker Compose
More about docker-compose
Verify Services
View Logs
Database Operations (Development)
Requirements & Troubleshooting
System Requirements
Common Issues
Health Check
Last updated
