Documentation for Axxon One 1.0.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Aby zainstalować Docker, wykonaj następujące czynności:

  1. Uruchom następującą komendę z uprawnieniami roota:

    sudo apt-get install \
         apt-transport-https \
         ca-certificates \
         curl \
         gnupg2 \
         software-properties-common
  2. Dodaj klucz CPG oraz fingerprint.

    curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
    sudo apt-key fingerprint 0EBFCD88
  3. . Dodaj oficjalne repozytorium do source.list.

    sudo add-apt-repository \
       "deb [arch=amd64] https://download.docker.com/linux/debian \
       $(lsb_release -cs) \
       stable"
     
    sudo apt-get update


  4. Zainstaluj Docker-ce oraz docker-compose (zobacz: https://github.com/docker/compose/releases).


    sudo apt-get install docker-ce docker-compose
  5. Dodaj użytkownika systemu do grupy docker.

    sudo adduser user docker
  6. Zaloguj się do systemu korzystając z użytkownika w punkcie 5.

  7. Zainstaluj Mercurial.

    sudo apt-get install mercurial
  8. Dodaj następującą linię do pliku hgrc:

    sudo nano ~/.hgrc
    


    [ui]
    tls = False
  9. Sklonuj repozytorium.

    hg clone https://bitbucket.org/Axxonsoft/axxonnext.docker /home/user/axxonnext.docker

    Jeśli jest to wymagane, zaktualizuj repozytorium.

    cd axxonnext.docker
    hg pull -u
  • No labels