ubuntu下zato的安裝

官方:zato.iopython

要求以下:

    Ubuntu 12.04 LTS or 14.04 LTS
    Sudo 權限

安裝步驟

    安裝相關軟件

shell

ubuntu$ sudo apt-get install apt-transport-https
ubuntu$ sudo apt-get install python-software-properties software-properties-common

    添加安裝包密鑰

ubuntu

ubuntu$ curl -s https://zato.io/repo/zato-0CBD7F72.pgp.asc | sudo apt-key add -

    添加Zato的更新源

curl

ubuntu$ sudo apt-add-repository https://zato.io/repo/stable/ubuntu
ubuntu$ sudo apt-get update

    安裝 Zato

url

ubuntu$ sudo apt-get install zato

  肯定是否安裝成功

切到zata賬號下
code

ubuntu$ sudo su - zato

檢查版本號
get

ubuntu$ zato --version
Zato 1.1
相關文章
相關標籤/搜索