Hello,
I'm currently working with a Jekyll template developed by Tom Johnson which should print a website with Prince.
First, I execute a shell script:
Then, I got an error message:
I don't understand the problem.
When I start Jekyll, it functions smoothly in my browser with
and I access to it via
Any idea of the problem?
Thanks a lot in advance for your help.
I'm currently working with a Jekyll template developed by Tom Johnson which should print a website with Prince.
First, I execute a shell script:
bundle exec jekyll serve --detach --config _config.yml,pdfconfigs/config_product1_pdf.yml;
echo "done";
echo "Building the PDF ...";
"C:\Program Files (x86)\Prince\engine\bin\prince.exe" --javascript --input-list=_site/pdfconfigs/prince-list.txt -o pdf/product1.pdf;
echo "done";
Then, I got an error message:
Failed to connect to localhost port 4000: Connection refused
I don't understand the problem.
When I start Jekyll, it functions smoothly in my browser with
bundle exec jekyll serve
and I access to it via
127.00.0.1:4000
Any idea of the problem?
Thanks a lot in advance for your help.