Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javanile/vtiger-demo
😎 vtiger demo
https://github.com/javanile/vtiger-demo
demo docker-compose vtiger vtigercrm
Last synced: about 1 month ago
JSON representation
😎 vtiger demo
- Host: GitHub
- URL: https://github.com/javanile/vtiger-demo
- Owner: javanile
- License: mit
- Created: 2018-06-13T22:20:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-11T16:14:44.000Z (over 1 year ago)
- Last Synced: 2023-09-11T23:33:31.800Z (over 1 year ago)
- Topics: demo, docker-compose, vtiger, vtigercrm
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 24
- Watchers: 4
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⭐ Give me a star, please! ⭐
---
# 😎 vtiger demo
Unlock explosive growth with the easy to use and customizable CRM
for your marketing, sales, and customer service teams. Docker Power!## Get Started
1. Clone project with `git clone https://github.com/javanile/vtiger-demo.git`
2. Launch command `docker-compose up -d` into `vtiger-demo` directory
3. Visit `http://localhost:8080/` login with username `admin` and password `admin`## Use Docker Compose
Create your custom vtiger environment, follow this as example:
```yaml
version: '3'services:
vtiger:
image: javanile/vtiger:7.1.0
environment:
- VT_SITE_URL=http://localhost:8080
- MYSQL_HOST=mysql
- MYSQL_DATABASE=vtiger
- MYSQL_ROOT_PASSWORD=secret
ports:
- 8080:80
volumes:
- ./:/app
- vtiger:/var/lib/vtiger
links:
- mysqlmysql:
image: mysql:5.5
environment:
- MYSQL_DATABASE=vtiger
- MYSQL_ROOT_PASSWORD=secret
volumes:
- mysql:/var/lib/mysql:rwvolumes:
mysql:
vtiger:
```## Contribute
If you have custom scenario with **vtiger** please place issues on the following page
https://github.com/javanile/vtiger-demo/issues