Add build scripts.

This commit is contained in:
Lauri Ojansivu 2018-11-04 18:32:08 +02:00
parent 6f2275e8cb
commit 4c2857b6e8
34 changed files with 1013 additions and 0 deletions

8
start-wekan.bat Normal file
View 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