We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
while starting script in linux, getting below
root@example:/home/ben# ./SPX-GC_linux64
GC 1.0.13 is starting. Closing this window/process will stop the server.
2021-06-07T11:27:48.134Z [SPX GC] info: START-UP INFORMATION:
SPX GC ................. Copyright 2020-2021 SmartPX info@smartpx.fi Version ................ 1.0.13 License ................ MIT (see LICENSE.txt) Homepage ............... https://spxgc.com Template Store ......... https://spxgc.com/store Knowledge Base ......... https://spxgc.tawk.help Config file ............ /home/ben/config.json Cfg / locale ........... english.json Cfg / loglevel ......... info (options: error | warn | info | verbose | debug ) Cfg / dataroot ......... /home/ben/DATAROOT/ Cfg / template files ... /home/ben/ASSETS/templates/ Cfg / logfolder ........ /home/ben/LOG/ Cfg / lauchchrome ...... true Cfg / templatesource ... http://1.1.1.1
See README.pdf and Knowledge Base for more info.
────────────────────────────────── Open SPX-GC in a browser: http://1.1.1.1:5000 ──────────────────────────────────
Killing process because of error Error: spawn chrome ENOENT
SPX-GC exit! (Errorcode 5: Unspecified exit code)
The text was updated successfully, but these errors were encountered:
You have to set "launchchrome" to false in config.json, because you don't have right env var or chromium/chrome.
Sorry, something went wrong.
@maxdrfr is absolutely correct.
Config parameter launchchrome is set to false by default from 1.0.14 onwards,
launchchrome
false
No branches or pull requests
while starting script in linux, getting below
root@example:/home/ben# ./SPX-GC_linux64
GC 1.0.13 is starting. Closing this window/process will stop the server.
2021-06-07T11:27:48.134Z [SPX GC] info: START-UP INFORMATION:
SPX GC ................. Copyright 2020-2021 SmartPX info@smartpx.fi
Version ................ 1.0.13
License ................ MIT (see LICENSE.txt)
Homepage ............... https://spxgc.com
Template Store ......... https://spxgc.com/store
Knowledge Base ......... https://spxgc.tawk.help
Config file ............ /home/ben/config.json
Cfg / locale ........... english.json
Cfg / loglevel ......... info (options: error | warn | info | verbose | debug )
Cfg / dataroot ......... /home/ben/DATAROOT/
Cfg / template files ... /home/ben/ASSETS/templates/
Cfg / logfolder ........ /home/ben/LOG/
Cfg / lauchchrome ...... true
Cfg / templatesource ... http://1.1.1.1
See README.pdf and Knowledge Base for more info.
──────────────────────────────────
Open SPX-GC in a browser:
http://1.1.1.1:5000
──────────────────────────────────
Killing process because of error Error: spawn chrome ENOENT
SPX-GC exit! (Errorcode 5: Unspecified exit code)
The text was updated successfully, but these errors were encountered: