question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Using Docker for Wekan development

See original GitHub issue

This is a follow-on from discussion under #874.

I’d like to work on Wekan while running the node+meteor+wekan stack in a Docker environment, rather than running it directly on my host. At the moment, the Docker configs included in this repo, in wekan-launchpad, and in the wiki as well as elsewhere all focus on using Docker for production use. This means that they are optimised to minimise the resulting image size, rather than the reload time of the system during development, which can be rather long esp. due to re-fetching the meteor package dependencies on every build.

To support this use case, the Docker environment would need to be set up such that changes to the source code don’t require a rebuild of the images, and with the source code editable on the host while still able to have changes to it trigger an update of meteor run in the container.

Is this something other people would also be interested in? It would help in resolving the rather specific version requirements, as well as otherwise setting up the environment in a controlled fashion to make it as easy as possible to start hacking on Wekan. Also, should this environment be included in Wekan core, or hosted in a separate repo?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
xet7commented, Mar 1, 2017

@eemeli

Thanks! I added it to changelog, readme and wiki: https://github.com/wekan/wekan/wiki/Developer-Documentation

0reactions
stephenmoloneycommented, Apr 6, 2017

sorry for the delay in replying this issue just got away from me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker · wekan/wekan Wiki - GitHub
Currently there are two dockerhub builds for wekan. One at mquandalle dockerhub and another at wekanteam dockerhub. wekanteam dockerhub is usually broken.
Read more >
Run Wekan under Docker |・∀・
Wekan is an open-source kanban board which allows a card-based task and to-do management, similar to tools like WorkFlowy or Trello.
Read more >
wekanteam/wekan - Docker Image
They give you a visual overview of the current state of your project, and make you productive by allowing you to focus on...
Read more >
How to setup Wekan using docker-compose in just 3 minutes
First, create a directory for the Wekan files to reside in, e.g.: setup-wekan-using-docker-composejust-3-minutes.sh Copy to clipboard⇓ ...
Read more >
Installing Wekan Docker Container on Dply - How to Learn
This is a step by step tutorial with screenshots on how to deploy/install Wekan Docker Container for free on Dply.co.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found