Running gekko on a ubuntu server with apache
#16
(02-10-2018, 08:59 PM)ankasem Wrote: [cut]

In bash hold ctrl + c. Smile
--------------------------------
for server
----------------------------------
https://gekko.wizb.it/docs/installation/...erver.html

I tried this, but when I CTRL+C, Gekko stops, even though I set "headless: true"

This is my UIconfig.js:
Code:
const CONFIG = {
 headless: true,
 api: {
   host: '192.168.1.24',
   port: 80,
   timeout: 120000 // 2 minutes
 },
 ui: {
   ssl: false,
   host: '192.168.1.24',
   port: 80,
   path: '/'
 },
 adapter: 'sqlite'
}

if(typeof window === 'undefined')
 module.exports = CONFIG;
else
 window.CONFIG = CONFIG;
I also tried it without the "if(typeof...." part, but still no luck.

I'm running on a fresh Debian 9x VM
  Reply


Messages In This Thread
RE: Running gekko on a ubuntu server with apache - by sierra - 02-17-2018, 11:55 AM

Forum Jump:


Users browsing this thread: