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

April 26, 2019 at 10:56am

I just installed sandstorm and wekan on it :D

    Edited
    • reply
    • like

    April 26, 2019 at 4:22pm

    :)

      • reply
      • like

      May 4, 2019 at 6:10pm

      Hello everyone

        • reply
        • like

        May 10, 2019 at 8:45am

        Hi @beli3ver , welcome :)

          • reply
          • like

          May 13, 2019 at 8:26pm

          June 1, 2019 at 9:05am

          Hello everyone

            • reply
            • like

            hello @bharath welcome to community

              • reply
              • like

              Welcome @bharath

                • reply
                • like

                June 13, 2019 at 9:26am

                Hi guys! I'm Julien, a new French developer using wekan n_n First thing to say: Thank you for your works mates !

                  like-fill
                  1
                  • reply
                  • like

                  June 13, 2019 at 12:15pm

                  Thanks @juliensl and Welcome :)

                    like-fill
                    1
                    • reply
                    • like

                    June 17, 2019 at 12:09pm

                    Hello Julien, Bienvenue

                      • reply
                      • like

                      June 30, 2019 at 3:15am

                      Wekan for RasPi3, arm64 etc now available https://github.com/wekan/wekan/wiki/Raspberry-Pi

                        like-fill
                        1
                        • reply
                        • like

                        July 17, 2019 at 10:37am

                        hi guys! I am tushar sonawane from India.

                          • reply
                          • like

                          can you guide me on how to get wekan running using docker ?

                            • reply
                            • like

                            July 17, 2019 at 12:19pm

                            hi guys! I am tushar sonawane from India.

                              docker-compose.yml is at https://github.com/wekan/wekan , that file has documentation how to use it, in the same docker-compose.yml

                                • reply
                                • like

                                Also see about backups, creating new users etc at https://github.com/wekan/wekan/wiki

                                  • reply
                                  • like

                                  If you use it only locally on your laptop, you do not need to change anything in docker-compose.yml, just do docker-compose up -d , it starts on port 80

                                    • reply
                                    • like

                                    for local network, you need to change ROOT_URL from localhost to your IP address, like http://192.168.1.100

                                      • reply
                                      • like

                                      and then on local network use wekan from other computers on that same address

                                        • reply
                                        • like

                                        July 18, 2019 at 9:55am

                                        Hello sir , copied the config to a new file and saved it as docker-compose.yml

                                          • reply
                                          • like

                                          when I put docker-compose up -d

                                          it returns this error

                                          ERROR: In file './docker-compose.yml', the service name True must be a quoted string, i.e. 'True'.

                                            like-fill
                                            1
                                            • reply
                                            • like

                                            ok. EDIT. I messed up while copying. Ignore the above message

                                              • reply
                                              • like

                                              this is the actual error

                                                • reply
                                                • like

                                                ERROR: for wekan-app Cannot start service wekan: b'driver failed programming external connectivity on endpoint wekan-app (6b410cbcf8a2f197470ebc1565c79a346b16e1e604b2e82bb114c8e083139799): Bind for 0.0.0.0:80 failed: port is already allocated'

                                                  • reply
                                                  • like

                                                  ERROR: for wekan Cannot start service wekan: b'driver failed programming external connectivity on endpoint wekan-app (6b410cbcf8a2f197470ebc1565c79a346b16e1e604b2e82bb114c8e083139799): Bind for 0.0.0.0:80 failed: port is already allocated' ERROR: Encountered errors while bringing up the project.

                                                    • reply
                                                    • like