- PatientAccess.git
- README_deployment.txt
This file ( 613B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
* symlink: deployment.yml -> production.yml
* apache config:
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /outreach-demo http://localhost:3001/outreach-demo
ProxyPassReverse /outreach-demo http://localhost:3001/outreach-demo
# requires a2enmod headers:
RequestHeader set X_FORWARDED_PROTO "https"
* /logs dir chown raj:www-data, chmod 2770
for production: init.d/outreach-demo -> bin/app.pl
for testing under production env, run either:
* carton exec starman -p <not 3001> bin/app.psgi
* PERL5LIB=./local/lib/perl5 plackup -p <not 3001> bin/app.psgi