Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Kopano Installation in UBUNTU 18.04

    Kopano Groupware Core
    6
    48
    6547
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mass
      mass last edited by

      getting belo message while installing appache.

      Reading state information… Done
      E: Unable to locate package libapache2-mod-php7.0
      E: Couldn’t find any package by glob ‘libapache2-mod-php7.0’
      E: Couldn’t find any package by regex 'libapache2-mod-php7.0

      thctlo 1 Reply Last reply Reply Quote 0
      • mass
        mass last edited by

        @xthbx said in Kopano Installation in UBUNTU 18.04:

        /usr/share/doc/kopano/example-config

        can i install appache2 & php7 seperatly ?

        1 Reply Last reply Reply Quote 0
        • mass
          mass last edited by

          hi thomas afetr installing apache2 & php seperatly while perfprming this (sudo phpenmod kopano ) command i am getting below error message.

          WARNING: Module kopano ini file doesn’t exist under /etc/php/7.1/mods-available
          WARNING: Module kopano ini file doesn’t exist under /etc/php/7.1/mods-available

          1 Reply Last reply Reply Quote 0
          • mass
            mass last edited by

            Hi i am at final installation please help me to configure webapp

            xthbx 1 Reply Last reply Reply Quote 0
            • xthbx
              xthbx @mass last edited by

              @yaseen said in Kopano Installation in UBUNTU 18.04:

              Hi i am at final installation please help me to configure webapp

              please follow https://kb.kopano.io/display/WIKI/Apache there is everything you need for webapp with apache

              1 Reply Last reply Reply Quote 0
              • mass
                mass last edited by mass

                Hi now i am getting below error while using command “sudo phpenmod kopano”

                root@test:/etc/kopano# sudo phpenmod kopano
                WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                xthbx 1 Reply Last reply Reply Quote 0
                • xthbx
                  xthbx @mass last edited by

                  @yaseen said in Kopano Installation in UBUNTU 18.04:

                  Hi now i am getting below error while using command “sudo phpenmod kopano”

                  root@test:/etc/kopano# sudo phpenmod kopano
                  WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                  WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                  did you install libapache2-mod-php7.2 ?

                  1 Reply Last reply Reply Quote 0
                  • mass
                    mass last edited by

                    yes installed

                    1 Reply Last reply Reply Quote 0
                    • mass
                      mass last edited by

                      Now i am getting below error:
                      root@test:/etc/php/7.2/mods-available# phpenmod kopano
                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                      WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                      xthbx 1 Reply Last reply Reply Quote 0
                      • xthbx
                        xthbx @mass last edited by

                        @yaseen said in Kopano Installation in UBUNTU 18.04:

                        Now i am getting below error:
                        root@test:/etc/php/7.2/mods-available# phpenmod kopano
                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.2/mods-available
                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available
                        WARNING: Module kopano ini file doesn’t exist under /etc/php/7.0/mods-available

                        take a look here maybe that helps https://forum.kopano.io/topic/1356/not-found-php-mapi-extension-not-found

                        1 Reply Last reply Reply Quote 0
                        • mass
                          mass last edited by

                          hi tomas i have already followed the link which you you sent to me.
                          but no luck

                          1 Reply Last reply Reply Quote 0
                          • mass
                            mass last edited by

                            in this location "/etc/php/7.2/mods-available " there is mapi.ini file .

                            1 Reply Last reply Reply Quote 0
                            • irrlicht
                              irrlicht last edited by

                              I wrote a short tutorial for Debian Stretch for my students, it’s not full self explanatory. SSL/TLS is a later unit, we deactivate it here.
                              It’s in german
                              https://www.wvss-mannheim.de/~baum/kopano14.pdf

                              1 Reply Last reply Reply Quote 0
                              • mass
                                mass last edited by

                                Hi irrlicht thank you for the document
                                is there any document in English language ?
                                can you please provide step by step installation process…?

                                1 Reply Last reply Reply Quote 0
                                • mass
                                  mass last edited by mass

                                  Please clear is this below procedure is perfect to install kopano core ?

                                  To install kopano in ubuntu 18.04:
                                  1.ubutnu 18.04LTS destop edition or Server edition.
                                  2.installing kopano core.
                                  3.install mysql & add user kopano.
                                  4.install apache & php.
                                  5.install kopano webapp.

                                  irrlicht 1 Reply Last reply Reply Quote 0
                                  • irrlicht
                                    irrlicht @mass last edited by irrlicht

                                    first we should check the environment.
                                    is kopano-server running?

                                    lsof -i -P | grep kopano-se
                                    

                                    or

                                    ps fax  | grep kopano-se
                                    

                                    or

                                    netstat -tulpn
                                    
                                    mass 1 Reply Last reply Reply Quote 0
                                    • thctlo
                                      thctlo @mass last edited by

                                      @yaseen
                                      hmm, why php7.0, Ubuntu 18.04 give 7.2
                                      Check you repo setup.

                                      1 Reply Last reply Reply Quote 0
                                      • mass
                                        mass @irrlicht last edited by

                                        Hi irrlicht i got below results after performing commands:

                                        root@test:/home/user# lsof -i -P | grep kopano-se
                                        root@test:/home/user# ps fax | grep kopano-se
                                        661 ? Ssl 0:02 /usr/bin/python3 /usr/sbin/kopano-search -F
                                        2089 pts/0 S+ 0:00 _ grep --color=auto kopano-se
                                        root@test:/home/user# netstat -tulpn

                                        Command ‘netstat’ not found, but can be installed with:

                                        apt install net-tools

                                        irrlicht 1 Reply Last reply Reply Quote 0
                                        • irrlicht
                                          irrlicht @mass last edited by

                                          Would say that kopano-server is not running, first step should be to fix this issue, after you can try to install webapp.

                                          MySQL-Server running?
                                          Database ok?
                                          user and passwort set in server.conf?
                                          What’s in syslog or server.log when you restart service kopano-server?

                                          1 Reply Last reply Reply Quote 0
                                          • thctlo
                                            thctlo last edited by

                                            dpkg -l | grep kopano

                                            apt-cache policy kopano-server

                                            show these, because you are running different versionummers.

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post