🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## VtigerCRM自定义安装 在开始VtigerCRM的安装之前,建议完成如下事情: * 浏览器访问:http://公网ip/9panel ,快速了解镜像的使用 * 通过phpMyAdmin将数据库默认的root密码修改成您自己的密码,并牢记密码 * 通过域名控制台解析域名(增加一个A记录指向服务器IP),并测试是否成功 --- ### VtigerCRM安装向导: 1. 本地浏览器访问:http://域名  或 http://公网IP ,进入安装向导(首选域名访问方式安装),选择接受协议,进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install001-websoft9.png) 2. 系统进入环境检测步骤,通过后进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install002-websoft9.png) 3. 填写您的数据库参数\(默认数据库为: vtigercrm ,默认用户名为 root 和密码参考本文档” 常用账号与密码说明 “章节\)和管理员信息,牢记之,并进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install003-websoft9.png) 4. 数据库连接正确,点击“Next”进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install004-websoft9.png) 5. 选择一个匹配的行业,然后进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install005-websoft9.png) 6. 选择需要安装的模块,建议全部勾选上,然后进入下一步 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install006-websoft9.png) 7. 系统提示选择货币、时区等 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-install007-websoft9.png) 8. 点击“Get Started”,进入后台,体验系统的完整功能 ![](http://libs.websoft9.com/Websoft9/DocsPicture/zh/vtigercrm/vtigercrm-backend-websoft9.png) * * * * * ### 附:VtigerCRM镜像组成一览 VtigerCRM镜像是基于LAMP环境制作,下面是一些可能会用得到的参数: | **项** | **路径或说明** | | :--- | :--- | | 操作系统 | CentOS | | Web服务 | Apache | | 默认根目录 | /data/wwwroot/default/vtigercrm | | PHP配置 | /etc/php.ini | | Apache虚拟主机文件目录 | /ect/httpd/conf.d | | Apache虚拟主机文件--根目录对应的文件 | /ect/httpd/conf.d/vhost.conf | | 日志文件 | /var/log/httpd | | MySQL数据目录 | /data/mysql | | MySQL配置文件 | /etc/my.cnf | | MySQL管理地址 | http://服务器公网IP/phpmyadmin | | 9Panel访问地址 | http://服务器公网IP/9panel |