openemr 发表于 2018-05-09 安装 XAMPP-vm12345# 用已有的证书登录到虚机$ ssh -i ~/.bitnami/stackman/machines/xampp/ssh/id_rsa root@192.168.64.2# 连接虚机文件系统$ mount -t nfs 192.168.64.2:/opt/lampp ./lampp 检查php.ini1234$ vi /opt/lampp/etc/php.ini line 533 display_errors=Off# more detail: https://www.open-emr.org/wiki/index.php/FAQ#What_are_the_correct_PHP_settings_.28can_be_found_in_the_php.ini_file.29.3F 安装 openemr123$ git clone ...$ git checkout rel-501$ chmod ...