Skip to content

Installation Instainer Client

mihxa edited this page Dec 12, 2021 · 5 revisions

Mac

Download package

https://github.com/instainer/instainer/releases/download/v1.0.0-beta/instainer-mac.zip

##Unzip instainer-mac.zip

unzip instainer-mac.zip

###Get API Key

Open beta.instainer.com and Sign in with GitHub and get your instainer API_KEY

###Enter your API key

instainer config API_KEY

###Start to using instainer-cli

instainer help
instainer run nginx

##Windows

Download and extract zip file

https://github.com/instainer/instainer/releases/download/v1.0.0-beta/instainer-windows-amd64.zip

###Get API Key

Open beta.instainer.com and Sign in with GitHub and get your instainer API_KEY

###Enter your API key

instainer config API_KEY

###Start to using instainer-cli

instainer help
instainer run nginx

##Linux

Download package

https://github.com/instainer/instainer/releases/download/v1.0.0-beta/instainer-linux-amd64.tar.gz

##Extract instainer-linux-amd64.tar.gz

tar -xzvf instainer-linux-amd64.tar.gz

###Get API Key

Open beta.instainer.com and Sign in with GitHub and get your instainer API_KEY

###Enter your API key

instainer config API_KEY

###Start to using instainer-cli

instainer help
instainer run nginx