summaryrefslogtreecommitdiff
path: root/pages/linux
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-11-04 12:30:48 -0500
committerMicah Anderson <micah@riseup.net>2015-11-04 12:30:48 -0500
commit3fa59fc9697a5dd1f63c973669554a25765a0fe8 (patch)
treecd32fc00ac6f7fe60867020c7971a645d5bbf517 /pages/linux
parenta52c1395105fa2e75a2ad42bd49bec72f27a2f91 (diff)
re-organize the installation instructions to be more friendly
Diffstat (limited to 'pages/linux')
-rw-r--r--pages/linux/en.text135
1 files changed, 117 insertions, 18 deletions
diff --git a/pages/linux/en.text b/pages/linux/en.text
index b267384..02e2318 100644
--- a/pages/linux/en.text
+++ b/pages/linux/en.text
@@ -1,28 +1,81 @@
-@title = 'Bitmask for Linux'
+@title = 'Bitmask for GNU/Linux'
@nav_title = 'Linux'
<%= render({:partial => 'common/notice'}, {:type => 'info', :text => '<b>NOTE:</b> Encrypted email support in Bitmask is still experimental.'}) %>
-There are two ways to install Bitmask - via the stand-alone bundles or via packages.
+h2. For GNU/Linux, please use one of the following options depending on what distribution you are running
-h2. Download stand-alone bundle
+h2. How do I know which GNU/Linux distribution I am running?
-h3. 64 bit kernel
+To find out which distribution you are running, opena terminal and type in the following:
+
+.bc cat /etc/issue
+
+h2. Ubuntu
+
+For Ubuntu, we provide packages for Wily Werewolf (15.10) and Vivid Vervet (15.04). This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.
+
+If you are using Trusty, then you will use the bundle method.
+
+We are sorry, Precise Penguin (12.04) is not working at this time.
+
+h3. Wily Werewolf (15.10)
+
+<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
+
+h3. Vivid Vervet (15.04)
+
+<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
+
+h3. Trusty Tahr (14.04)
+
+@Bundle Installation@
+
+*NOTE:*
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don't support with packages.
+ There are two disadvantages to the stand-alone bundle:
+ * The Bitmask app will be less well integrated with the desktop environment.
+ * Running from the bundle is slower to start than via packages.
+
+First determine if you running a 32 bit or 64 bit kernel by running the following command:
+
+bc. uname -m
+
+If the result is:
+
+* @x86_64@, you have *64 bit*
+* @i686@, you have *32 bit*
+* @i386@, you have *32 bit*
+
+Then download the appropriate version below:
+
+* 64 bit kernel
<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
-h3. 32 bit kernel
+* 32 bit kernel
<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
-If you want to make sure that the Bitmask wasn't messed with during download
-you can [[authenticate the signature => signature-verification]].
+If you want to make sure that the Bitmask wasn't messed with during download you can [[authenticate the signature => signature-verification]].
-How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:
+h3. Other
+
+Please note that we only provide support for the above versions of Ubuntu. You are welcome to try and get Bitmask running on another version of Ubuntu, but we know that it currently wont work with the packages or bundle for Precise Penguin (12.04). If you wish to attempt to get Bitmask working for another version of Ubuntu that is not listed above, we recommend attempting to use the bundle (see below), or have a look at [[building it from source => https://leap.se/en/docs/get-involved/source]].
+
+@Bundle Installation@
+
+*NOTE:*
+ Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don't support with packages.
+ There are two disadvantages to the stand-alone bundle:
+ * The Bitmask app will be less well integrated with the desktop environment.
+ * Running from the bundle is slower to start than via packages.
+
+First determine if you running a 32 bit or 64 bit kernel by running the following command:
bc. uname -m
@@ -32,29 +85,75 @@ If the result is:
* @i686@, you have *32 bit*
* @i386@, you have *32 bit*
+Then download the appropriate version below:
+
+* 64 bit kernel
-NOTE:
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
+
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
+
+* 32 bit kernel
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
+
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
+
+If you want to make sure that the Bitmask wasn't messed with during download you can [[authenticate the signature => signature-verification]].
+
+
+h2. Debian
+
+For Debian, we provide packages for the following versions. This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.
+
+h3. 8.0/Stable (Jessie)
+
+<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>
+
+h3. Testing (Stretch)
+
+<%= render({:partial => 'via_packages'}, {:distro => 'testing', :os => 'debian'}) %>
+
+h3. Unstable (Sid)
+<%= render({:partial => 'via_packages'}, {:distro => 'sid', :os => 'debian'}) %>
+
+h3. Other
+
+Please note that we only provide support for the above versions of Debian. You are welcome to try and get Bitmask running on another version of Debian, we recommend attempting to use the bundle (see below), or have a look at [[building it from source => https://leap.se/en/docs/get-involved/source]].
+
+*NOTE:*
Stand-alone bundles are useful if want to run Bitmask from a thumb drive. Or from a distribution which we don't support with packages.
There are two disadvantages to the stand-alone bundle:
* The Bitmask app will be less well integrated with the desktop environment.
* Running from the bundle is slower to start than via packages.
+@Bundle Installation@
-h2. Install as packages
+How do you tell if you running a 32 bit or 64 bit kernel? Run the following command:
-This is the recommended method of installing Bitmask. If installed as a package, Bitmask will run faster, be better integrated in the system, and will be kept up to date.
+bc. uname -m
-h3. Ubuntu 15.10 (Wily Werewolf)
+If the result is:
-<%= render({:partial => 'via_packages'}, {:distro => 'wily'}) %>
+* @x86_64@, you have *64 bit*
+* @i686@, you have *32 bit*
+* @i386@, you have *32 bit*
-h3. Ubuntu 15.04 (Vivid Vervet)
+Then download the appropriate version below:
-<%= render({:partial => 'via_packages'}, {:distro => 'vivid'}) %>
+* 64 bit kernel
-h3. Debian 8.0 (Jessie)
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2', :text => 'Download 64 bit'}) %>
-<%= render({:partial => 'via_packages'}, {:distro => 'jessie', :os => 'debian'}) %>
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux64-latest.tar.bz2.asc]]
+
+* 32 bit kernel
+
+<%= render({:partial => 'common/download_button'}, {:link => 'https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2', :text => 'Download 32 bit'}) %>
+
+[[Signature file => https://dl.bitmask.net/client/linux/stable/Bitmask-linux32-latest.tar.bz2.asc]]
+
+If you want to make sure that the Bitmask wasn't messed with during download you can [[authenticate the signature => signature-verification]].
h2. Upgrading
@@ -65,7 +164,7 @@ h2. Upgrading
bc. apt-get update
apt-get dist-upgrade
-NOTE: When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:
+*NOTE:* When upgrading Ubuntu from 14.10 (Utopic) to 15.04 (Vivid), you may need to run this command again:
bc. sudo add-apt-repository "deb http://deb.bitmask.net/debian vivid main"