Setting up a github version

I am trying to clone the github repo and run setup.php. I am getting this error:

2020/10/29 15:28:09 [error] 25523#101166: *954 FastCGI sent in stderr: "PHP message: PHP Warning:  require_once(path-to-openemr/vendor/autoload.php): failed to open stream: No such file or directory in path-to-openemr/setup.php on line 98PHP message: PHP Stack trace:PHP message: PHP   1. {main}() path-to-openemr/setup.php:0PHP message: PHP Fatal error:  require_once(): Failed opening required 'path-to-openemr/vendor/autoload.php' (include_path='.:path-to-phpmailer') in path-to-openemr/setup.php on line 98PHP message: PHP Stack trace:PHP message: PHP   1. {main}() path-to-openemr/setup.php:0" while reading response header from upstream, client: 192.168.1.1, server: domain.net, request: "GET /setup.php?site=default HTTP/2.0", upstream: "fastcgi:php-fpm.sock:", host: "domain.net"

I notice there is no vendor directory anymore.
Is this is change for version 6 and a bug, or am I supposed to add the missing directory?

TIA

Never mind, I found the instructions here:

https://github.com/openemr/openemr/blob/master/README.md

1 Like