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 6:30am

So using 3.2.x currently is best

    • reply
    • like

    You can also download MongoDB GUI https://www.nosqlbooster.com/downloads

      • reply
      • like

      and connect with it to localhost 4001

        • reply
        • like

        When you have started Wekan with command meteor, and then change some code file, meteor automatically notices it and rebuilds wekan

          • reply
          • like

          but sometime if all changes are not noticed, then it needs rebuild-wekan.sh option 2

            • reply
            • like

            June 26, 2019 at 7:36am

            Thanks @romulus , you inspired me to write better developer docs for Sandstorm Wekan :) https://github.com/wekan/wekan-maintainer/wiki/Developing-Wekan-for-Sandstorm

              like-fill
              2
              • reply
              • like

              I have set up wekan correctly, thank you very much!

                like-fill
                1
                • reply
                • like

                :)

                  • 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