Vtiger CRM is online software that helps 300000+ businesses grow sales, improve marketing ROI, and deliver great customer service.
This project contains a small docker-compose file to easily launch a Vtiger 7.2.0 instance with an associated MariaDb database.
1. Clone repository with `git clone https://github.com/elmolm/vtiger-demo.git`
2. Switch in the cloned repository `cd vtiger-demo`
3. Start Vtiger `docker compose up -d``
4. Login http://localhost:8080/ with username: `admin` and password: `admin`
5. To stop Vtiger `docker compose down`