You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Quick Start docs only link to the omnibus release packages for OSX, but these are now also available as Debian/Ubuntu deb packages for the 1.4 release. The docs for Linux should be updated to prefer the omnibus deb package over a manual gem install.
It's still unclear what we should do about Windows, because we don't have a omnibus packages for that platform (kontena/kontena#2307). Should we recommend Windows Subsystem for Linux + the deb package for Windows 10, or do the windows ruby distributions include the necessary compiler + ruby-dev stuff to install native extensions?
The text was updated successfully, but these errors were encountered:
For Ubuntu, signed CLI packages are also available on bintray as an APT repository. Downloading and installing the deb is easier and faster for new users, but the signed packages from the APT repo are better for long-term use.
Docs also link now just to Github release page which is not very user friendly. Maybe we could provide some wrapper (microservice) that allows user to download latest omnibus package directly?
The Quick Start docs only link to the omnibus release packages for OSX, but these are now also available as Debian/Ubuntu
deb
packages for the 1.4 release. The docs for Linux should be updated to prefer the omnibusdeb
package over a manualgem install
.Problems with the manual
gem install
:gem install kontena-cli
doesn't actually work: you need to eithersudo gem install
, orgem install --user-install
and get~/.gem/ruby/2.3.0/bin
onto your$PATH
: Improved instructions for Kontena-CLI in Ubuntu kontena#2604kontena-cli
dependencies, sogem install
will fail if you do not have a compiler + ruby-dev installed. Is that available by default on normal Ubuntu/Windows ruby installs?: The nativewebsocket_mask
extension should be an optional dependency kontena-websocket-client#11It's still unclear what we should do about Windows, because we don't have a omnibus packages for that platform (kontena/kontena#2307). Should we recommend Windows Subsystem for Linux + the deb package for Windows 10, or do the windows ruby distributions include the necessary compiler + ruby-dev stuff to install native extensions?
The text was updated successfully, but these errors were encountered: