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

Developing Wekan for Sandstorm

Developing Wekan for Sandstorm

Wekan / General · June 26, 2019 at 4:39am (Edited 5 years ago)

Hello, I'm new to here and trying to add a new feature to Wekan for Sandstorm.

Is this document still up to date? https://github.com/wekan/wekan-maintainer/wiki/Building-Wekan-for-Sandstorm

I think there is a way to build from source code rather than an image to keep everything updated, or the image is always updated?

I am at the very start point of a Wekan developer, hope I can eventually reach the goal. Thank you!

Load previous messages

June 26, 2019 at 8:38am

:)

    • reply
    • like

    July 3, 2019 at 2:03am

    I find the *.jade file format is somehow different from what I know. Is this a special version jade?

      • reply
      • like

      July 3, 2019 at 7:29am

      I recommend you fork https://github.com/wekan/wekan again and use master branch for development. There has been a lot of changes.

        • reply
        • like

        Roger, thank you.

          • reply
          • like

          July 3, 2019 at 2:48pm

          First you should reinstall dependencies with rebuild-wekan.sh option 1

            like-fill
            1
            • reply
            • like

            Yes building wekan does take time

              • reply
              • like

              I usually build at fast server, not at local computer

                • reply
                • like

                July 3, 2019 at 11:08pm

                There is some bug why it builds 4x slower

                  • reply
                  • like

                  I try to find how to fix it

                    • reply
                    • like

                    July 4, 2019 at 1:02am

                    Yeah it was not freeze, just very slow

                      • reply
                      • like

                      I waited 20 minutes then it continues

                        • reply
                        • like

                        July 4, 2019 at 2:52am

                        Can you give me a hint that how to debug in sidebarFilters.js?

                          • reply
                          • like

                          It seems console.log prints nothing here

                            • reply
                            • like

                            July 4, 2019 at 5:29am

                            if meteor --port 4000 does not show at bash console, is there anything at browser inspect console? Or meteor-spk dev console log button?

                              • reply
                              • like

                              Or if you install local mongodb-server and configure start-wekan.sh to port 27017, and use ./start-wekan.sh, does it show at basg console?

                                • reply
                                • like

                                Bash

                                  • reply
                                  • like

                                  Oops, it's at browser inspect console. I thought it was in bash.

                                    • reply
                                    • like

                                    July 15, 2019 at 9:12am

                                    Hi @xet7 , I find the mongo find() will not get archived lists unless the archive sidebar is open, but I can't find related codes. The commit was quite old and the flags seem changed to me.

                                      • reply
                                      • like

                                      Do you know where I can find how to set the flag? Thanks!

                                        • reply
                                        • like

                                        July 16, 2019 at 1:14am

                                        Yes I meant this PR, and it seems current code has further modifications

                                          • reply
                                          • like

                                          For example, I don't see check() in boards.js anymore

                                            • reply
                                            • like

                                            Oh wait, there are two boards.js

                                              • reply
                                              • like

                                              Ouch, I was in models/boards.js. Sorry for the mistake, now I found the code :)

                                                • reply
                                                • like