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

If I download Wekan from GitHub, should I be able to install it with "npm install"?

If I download Wekan from GitHub, should I be able to install it with "npm install"?

Wekan/General · August 21, 2019 at 5:36pm

If I download Wekan from GitHub, should I be able to install it with "npm install"?

Wekan / General · August 21, 2019 at 5:36pm (Edited 5 years ago)

This is the link that I wget-ed. https://github.com/wekan/wekan/archive/v3.23.tar.gz

I run npm install in the server directory and in the main directory as well. Sometimes I got errors, I switched to different version of node with "nvm use v8.16.0" This way I didn't get error messages, but main.js is not created. Should this work what I'm doing, or I'm not even supposed to install Wekan without Docker?

I'm on CentOS 6

According to snapcraft.io "Snap is available for CentOS 7.6+", so using snap is not an option.

Load previous messages

August 24, 2019 at 10:27am

Ok, sorry I understand.

So I downloaded and extracted this: https://releases.wekan.team/wekan-3.25.zip

    • reply
    • like

    I'm getting this error on node main.js

    Error: /lib64/libc.so.6: versionGLIBC_2.14' not found (required by /root/bundle/programs/server/node_modules/fibers/bin/linux-x64-57-glibc/fibers.node) `

      • reply
      • like

      I tried yum groupinstall 'Development Tools' yum install gcc-c++

      didn't help

        • reply
        • like

        did you install fibers in that server directory? npm install fibers

          • reply
          • like

          Hmm, I'll try install CentOS 6 and look at what is the problem

            • reply
            • like

            I woud think that if it gives errors, those can be ignored. using start-wekan.sh should work anyway

              • reply
              • like

              yes, i did npm uninstall fibers and npm install fibers and it says the gcc version is not good

                • reply
                • like

                bundle does not have start-wekan.sh

                  • reply
                  • like

                  August 24, 2019 at 3:47pm

                  Now it works, probably because I did npm install fibers in the /programs/server directory, and not in the root directory (bundle)

                    • reply
                    • like

                    other things I did: I installed gcc-4.9.3 I added gcc to the path. in this system: export LD_LIBRARY_PATH=/root/gcc-4.9.3/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/:$LD_LIBRARY_PATH I installed boost

                      • reply
                      • like

                      This was a test server. Now I will install it to the main server and I will try to pay attention to what I do

                        • reply
                        • like

                        It's likely that installing gcc will be necesarry, beacuse it gives errors...

                          • reply
                          • like

                          August 26, 2019 at 11:19am

                          this is $LD_LIBRARY_PATH /root/gcc-4.9.3/lib64/:/root/gcc-4.9.3/lib/:/root/gcc-4.9.3/lib/gcc/x86_64-unknown-linux-gnu/4.9.3/: $PATH contains /root/gcc-4.9.3/bin/ gcc -v: gcc version 4.9.3 (GCC)

                            • reply
                            • like

                            I don't know what else I can try... the test server works, so this is possible to solve.

                              • reply
                              • like

                              August 26, 2019 at 1:13pm

                              solution was npm install [email protected]

                                • reply
                                • like

                                August 28, 2019 at 3:49pm

                                Thanks! I added that info to https://github.com/wekan/wekan/wiki/Platforms

                                  • reply
                                  • like