wekan / ldap

LDAP support for Wekan code has been moved to https://github.com/wekan/wekan/tree/master/packages/wekan-ldap , issues to https://github.com/wekan/wekan/issues , and if PRs are needed please add them instead to https://github.com/wekan/wekan/pulls
https://github.com/wekan/wekan/tree/master/packages/wekan-ldap
MIT License
12 stars 10 forks source link

Question: what is the best way to build for development? #24

Closed alkemyst closed 5 years ago

alkemyst commented 5 years ago

I am trying to do some development and I am currently using docker-compose to build wekan. I find this build system very slow. Is there any other solution that developers use for local testing? Thanks

xet7 commented 5 years ago

Install to dual boot for example Linux Mint 19 64bit or Xubuntu 18.04, and when booted to Linux, run rebuild-wekan.sh && meteor --port 2000

Linux has faster filesystem than Windows. Also building from source in Linux is faster than inside docker.

Another alternative is to build wekan in some Linux server.