mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add build scripts.
This commit is contained in:
parent
6f2275e8cb
commit
4c2857b6e8
34 changed files with 1013 additions and 0 deletions
8
start-wekan.bat
Normal file
8
start-wekan.bat
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
SET MONGO_URL=mongodb://127.0.0.1:27017/wekan
|
||||
SET ROOT_URL=http://127.0.0.1:2000/
|
||||
SET MAIL_URL=smtp://user:pass@mailserver.example.com:25/
|
||||
SET MAIL_FROM=admin@example.com
|
||||
SET PORT=2000
|
||||
SET WITH_API=true
|
||||
cd .build\bundle
|
||||
node main.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue