Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

Wekan watercooler

The Wekan watercooler

Welcome to the Wekan watercooler, a space for general chat with everyone in the community. Jump in to the conversation below or introduce yourself!

Load previous messages

May 14, 2020 at 10:53am

Thanks @xet7 - I also don't understand snap - .deb I get :-) but now it seems there is flatpak/flathub and snap with fans of each. I will use this time waiting to try and get up to speed with Snap

    • reply
    • like

    I would think UB20.04 for arm64 is already released, you could upgrade to it.

      • reply
      • like

      Snap is container like Docker, so Wekan code does not have access outside of /var/snap/wekan/common directory

        • reply
        • like

        Docker has problem with layers, it can easily fill full SD card with a lot of space consumed

          • reply
          • like

          and it's very easy to get Docker messed up and lose data

            • reply
            • like

            I do recommend daily backups https://github.com/wekan/wekan/wiki/Backup

              • reply
              • like

              because SD card could get corrupted, get full, etc

                • reply
                • like

                or alternatively, add USB harddrive and run Wekan there, with MongoDB moved to store there

                  • reply
                  • like

                  May 14, 2020 at 12:12pm

                  I ended up installing on 19.10 because that was the first version where the dependencies seemed ok following the install instructions. Funnily enough, yesterday I downloaded 20.04 but it seemed not performant (not Wekan - I didn't get to installing it) - the load average on what was an empty system was over 2.0 rather than the expected 0.1. When I looked, it seemed that all the load was from (lol) SNAP threads... I have a suspicion that I should just have walked away and let it do whetever it was trying to do but I switched to the 19.10 instance as that was already up. I will try 20.04 again and be patient as it's plainly better to be on the latest LTS. Regarding backups, I'm also exploring the other unknown which is Mongo - I'm a longtime mysql user so familiar but I spent some time exploring Mongo yesterday with Mongo Compass and it started to make sense. I may post a silly question or two about backups when I see the Snap or docker versions - when it's "bare install" I believe I can work it. Yes, SSD is the way to go - waiting for Amazon to drop the drive through my door in an hour or so...

                    Edited
                    • reply
                    • like

                    May 14, 2020 at 6:37pm

                    It's same with 19.10 and 20.04: When you start UB, at first it installs all updates. After that, you can install manual updates:

                    sudo apt update && sudo apt -y dist-upgrade

                    Then reboot and cleanup:

                    sudo apt clean && sudo apt autoclean && sudo apt -y autoremove
                      • reply
                      • like

                      literally just tried again with a fresh image and I keep getting rejected first login with ubuntu/ubuntu - says incorrect password. This was on the same card I used yesterday re-flashed >_<

                        • reply
                        • like

                        trying to flash another card and that failed even to write. It's clearly one of those days :-)

                          • reply
                          • like

                          Flashed a 3rd and that finally allowed me to login.... this time there was a bunch of messages about ssh key generation so I presume that not happening was the cause of the login rejection on the original card. Lucky we have so much spare time atm (at least I do)

                            • reply
                            • like

                            There could be some instructions at Internet how to configure RasPi3 to boot from external SSD

                              • reply
                              • like

                              May 15, 2020 at 1:53pm

                              Yes - I have my main Pi running Raspian booting from SD then mounting SSD as root and will go the same way here. 20.04 is up and running now but I'll hold off on Wekan till either the Snap or Docker is available. I have it on the NUC for now via that docker so will be patient :-)

                                • reply
                                • like

                                July 19, 2020 at 8:01am

                                Hello All and first of all kudos to the wekan team and everyone contributing to it

                                  • reply
                                  • like

                                  we have been using wekan for our small startup since past month and we are loving it

                                    • reply
                                    • like

                                    July 19, 2020 at 10:35am

                                    @xet7 I am facing issue with running from source on windows 10

                                      • reply
                                      • like

                                      I cloned the repo, uncommented the required lines and then did docker-compose up -d --build

                                        • reply
                                        • like

                                        and now its stuck at meteor updating dependencies ldap

                                          • reply
                                          • like

                                          July 20, 2020 at 3:11am

                                          @dineshsalunke For running from source you can use prebuilt bundle without Docker a) https://github.com/wekan/wekan/wiki/Windows

                                            • reply
                                            • like

                                            @dineshsalunke For building Docker image you should dual boot to Ubuntu 20.04 64bit, because Linux filesystem is much faster than Windows filesystem. I do build bundle on Linux without Docker. Well, if you wait long enough, Docker build on Windows does finish, but it's much faster to build on Linux

                                              • reply
                                              • like

                                              Or alternatively, build at some cloud server like DigitalOcean, AWS, Azure etc on Ubuntu 20.04 64bit

                                                • reply
                                                • like

                                                @dineshsalunke Wekan is about 20k-60k files of Javascript files, so filesystem performance makes significant difference. And also do use SSD or NVME disk, faster is better.

                                                  • reply
                                                  • like