OMV5 (usul) has been installed in debian 10 (Buster) for test

  • Hi,


    First I want to say my English is not very good. If there is something wrong, please let me know.


    For test,I installed the OMV5 and OMV-EXTRAS (for OMV5) on my test VM that OS is debian 10. But in my production environment, I still use debian9+omv4+docker+NextCloud



    First,install the debian10 in VM.
    Then ,add the openmediavault.list file to the sources.list.d directory. And the openmediavault.list content is

    Code
    deb https://packages.openmediavault.org/public usul main



    Then,run the command to install environment variables and keys


    Code
    export LANG=C
    export DEBIAN_FRONTEND=noninteractive
    export APT_LISTCHANGES_FRONTEND=none
    apt-get update
    apt-get --allow-unauthenticated install openmediavault-keyring


    Install the OMV5


    Code
    apt update
    apt install postfix openmediavault
    omv-confdbadm populate


    Now, you can access OMV5 .



    For OMV-EXTRAS ,there is no version for OMV5 in his webpage. I tried to access the address (http://omv-extras.org/install) in his installation command . On his webpage I see the following command:



    This is very fortunate, the version of OMV can be recognized in the installation code, and OMV5 is supported. So you can use the normal way to install OMV-EXTRAS.


    Code
    wget -O - http://omv-extras.org/install | bash


    :thumbup:

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!