Quick Install
Setup the system in minutes using Docker or local server.
→ readme.txt
Full Guide
Complete installation with server config & troubleshooting.
→ install.html
REST API
Token-authenticated API for mobile apps & integrations.
→ api.html
FAQ
Common questions and quick solutions.
→ faq.html
Update
Upgrade the system safely with rollback instructions.
→ update.txt
Installation Methods
- Docker (recommended for testing): Fastest setup, pre-configured PHP/MySQL/Nginx.
- XAMPP / MAMP / WAMP: Local development on Windows or Mac.
- Production Server: VPS, dedicated server, or shared hosting with SSH.
After Installation
- Login:
yourdomain.com/admin
- Configure mail settings via Admin → Settings → Email Configuration
- Set up branches, service categories, and services
- Add employees and configure their working hours and service assignments
- Customize theme, menu, and site settings
- Configure payment methods
- Use the REST API to integrate with mobile apps or third-party services (Admin → API Clients)
Tip for Reviewers: Use Docker for the fastest demo setup. Run docker-compose up -d, then open http://localhost:9059/install in your browser to run the web installer wizard. The vendor/ folder is included — no Composer required.