summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-09-29 05:41:52 +0200
committerKali Kaneko <kali@leap.se>2017-10-04 01:56:43 +0200
commit6475c926c0223f88549c9f27c4b80c9ac135a0c0 (patch)
treeb75bfaac4539f6e03c0c82cc7f5883cfae086f2e
parent61cd7dfb89d1c254cd5a788338cba1d8e799458b (diff)
drastically simplify install page
-rw-r--r--pages/install/en.haml8
-rw-r--r--pages/install/linux/en.md82
2 files changed, 21 insertions, 69 deletions
diff --git a/pages/install/en.haml b/pages/install/en.haml
index 25b28fa..dd585a8 100644
--- a/pages/install/en.haml
+++ b/pages/install/en.haml
@@ -12,7 +12,7 @@
%p
%small
%a{:href=>"android"}
- apk
+ get .apk
.col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz"}
%i.fa.fa-linux.fa-4x
@@ -23,7 +23,7 @@
%p
%small
%a{:href=>"linux"}
- packages
+ bundles, .deb
.col-sm-3.col-xs-6.text-center
%a.btn.btn-default{:href=>"https://dl.bitmask.net/client/osx/stable/Bitmask-latest.pkg"}
%i.fa.fa-apple.fa-4x
@@ -42,4 +42,6 @@
.row
.col-sm-8.col-sm-offset-2
.p.text-center
- = t :warning
+ = t :warning
+ = t :warning_disabled
+
diff --git a/pages/install/linux/en.md b/pages/install/linux/en.md
index 1b8942e..0af2bd7 100644
--- a/pages/install/linux/en.md
+++ b/pages/install/linux/en.md
@@ -1,79 +1,29 @@
-@title = 'Bitmask for GNU/Linux'
+@title = 'Bitmask for GNU/Linux. Version 0.10.0'
@nav_title = 'Linux'
-<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Encrypted email support in Bitmask is still experimental.'}) %>
+# Standalone Bundles
-# Introduction
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download Stable Bundle (64 bit)'}) %>
-There are two ways to install Bitmask on Linux, as a **package** or as a stand-alone **bundle**.
+The [[signature => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]] can be [[verified => signature-verification]] using LEAP's archive signing key. You can also browse [[all the downloads => https://dl.bitmask.net/client/linux]], including release candidates.
-* **Packages**: run faster, and are better integrated with the desktop environment.
-* **Bundles**: do not require root, and can be installed on a portable thumb drive.
+# Experimental bundles
-To find out which distribution you are running, open a terminal and type in the following:
+If you want to try the latest code, new bundles are continously built.
- cat /etc/issue
+ <%= render({:partial => 'common/download_button'}, {:link => 'https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle', :text => 'Download Experimental Bundle (64 bit)'}) %>
-# Stand Alone Bundle
+# Debian/ubuntu
-The Bitmask stand alone bundle should work on most recent versions of Debian and Ubuntu. You are welcome to try the bundle on other distributions, it sometimes works. Alternately, you can [[build it from source => https://leap.se/en/docs/get-involved/source]].
+```
+sudo apt install leap-archive-keyring
+sudo sh -c 'echo "deb http://deb.leap.se/client stretch release" >> /etc/apt/sources.list'
+sudo apt update && sudo apt install bitmask-qt bitmask-vpn bitmask-mail
+```
-Our most recent stable release is only available for a 64 bit kernel.
+Change ``stretch`` for ``zesty`` or ``buster``, according to your distro. [[ Read more => debs ]] about our different repositories.
-<table class="table">
-<tr><td>
- <%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz', :text => 'Download 64 bit'}) %>
-</td><td>
- [[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.gz.asc]]
-</td></tr>
-</table>
-Optionally, you can [[authenticate the signature => signature-verification]] using LEAP's archive signing key.
+# Other
-If you want to try an experimental or release candidate versions of Bitmask, you can browse the [[full list of available downloads => https://dl.bitmask.net/client/linux]].
-
-# Ubuntu Packages
-
-### Ubuntu 16.04 LTS (Xenial Xerus)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'xenial'}) %>
-
-### Ubuntu 15.10 (Wily Werewolf)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
-
-### Ubuntu 15.04 (Vivid Vervet)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
-
-# Debian Packages
-
-If you are using Wheezy, then you will need to use the bundle method.
-
-### Debian 8 (Oldstable/Jessie)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian', :backport => 'true'}) %>
-
-### Debian Stable (Stretch)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'testing', :os => 'debian'}) %>
-
-### Debian Unstable (Sid)
-
-<%= render({:partial => 'via_packages'}, {:distro => 'sid', :os => 'debian'}) %>
-
-# Upgrading
-
-**From stand-alone bundles**: Bitmask should upgrade itself automatically (for versions equal or later than 0.7.0). If you are running a version prior to 0.7.0, you can download the new bundle and copy the "config" folder from the old bundle directory.
-
-**From packages**: If you are running from packages, then you can trigger an update like so:
-
- apt-get update
- apt-get dist-upgrade
-
-**NOTE:** When upgrading the version of your operating system, you must also follow the directions listed under "When upgrading the OS" above.
-
-# Latest builds
-For the more adventurous we make stand alone bundle builds available after each commit or merge. Currently best tested again cdev.bitmask.net, because of ongoing changes of Soledad.
-
- <%= render({:partial => 'common/download_button'}, {:link => 'https://0xacab.org/leap/bitmask-dev/builds/artifacts/master/download?job=bitmask_latest_bundle', :text => 'Download latest experimental bundle'}) %>
+If none of the above methods works for you, you can try to install [[ via pip => pip ]] or [[ from source => git ]], or get in contact with us if you want to package Bitmask for some other distribution.