openemr

安装 XAMPP-vm

1
2
3
4
5
# 用已有的证书登录到虚机
$ 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.ini

1
2
3
4
$ 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

安装 openemr

1
2
3
$ git clone ...
$ git checkout rel-501
$ chmod ...