From 3453690fc2555450481c9463ea143ca9b10bfbf6 Mon Sep 17 00:00:00 2001 From: n8ores Date: Mon, 1 Mar 2021 10:56:51 +1300 Subject: [PATCH] Add startup script etc --- .vscode/launch.json | 23 ++++++----------------- Start WeKan.bat | 4 ++++ settings.json | 2 +- 3 files changed, 11 insertions(+), 18 deletions(-) create mode 100644 Start WeKan.bat diff --git a/.vscode/launch.json b/.vscode/launch.json index 243eeb203..0a3efcf13 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,23 +1,12 @@ { "version": "0.2.0", "configurations": [ - { - "type": "chrome", - "request": "launch", - "name": "Meteor: Chrome", - "url": "http://localhost:3000", - "webRoot": "${workspaceFolder}" - }, - { - "type": "node", - "request": "launch", - "name": "Meteor: Node", - "runtimeExecutable": "/home/wekan/.meteor/meteor", - "runtimeArgs": ["run", "--inspect-brk=9229"], - "outputCapture": "std", - "port": 9229, - "timeout": 60000 - } + { + "name" : "Attach to meteor", + "type" : "node", + "request" : "attach", + "port" : 9229 + } ], "compounds": [ { diff --git a/Start WeKan.bat b/Start WeKan.bat new file mode 100644 index 000000000..38c75fca0 --- /dev/null +++ b/Start WeKan.bat @@ -0,0 +1,4 @@ +SET ROOT_URL=http://localhost +SET WITH_API=true +SET PORT=80 +meteor --port 80 debug \ No newline at end of file diff --git a/settings.json b/settings.json index 9e26dfeeb..0967ef424 100644 --- a/settings.json +++ b/settings.json @@ -1 +1 @@ -{} \ No newline at end of file +{}