mirror of
https://github.com/wekan/wekan.git
synced 2026-01-01 23:28:49 +01:00
Add startup script etc
This commit is contained in:
parent
8e29a52d71
commit
3453690fc2
3 changed files with 11 additions and 18 deletions
23
.vscode/launch.json
vendored
23
.vscode/launch.json
vendored
|
|
@ -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": [
|
||||
{
|
||||
|
|
|
|||
4
Start WeKan.bat
Normal file
4
Start WeKan.bat
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
SET ROOT_URL=http://localhost
|
||||
SET WITH_API=true
|
||||
SET PORT=80
|
||||
meteor --port 80 debug
|
||||
|
|
@ -1 +1 @@
|
|||
{}
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue