Skip to content

Commit

Permalink
[Docs] Adjust installation docs for 1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Wojtek Porczyk <woju@invisiblethingslab.com>
  • Loading branch information
woju committed Jul 7, 2023
1 parent 00eb74f commit b301c04
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ option on a dedicated page.
Install Gramine packages
------------------------

Debian 12
^^^^^^^^^

::

sudo curl -fsSLo /usr/share/keyrings/gramine-keyring.gpg https://packages.gramineproject.io/gramine-keyring.gpg
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/gramine-keyring.gpg] https://packages.gramineproject.io/ $(lsb_release -sc) main" \
| sudo tee /etc/apt/sources.list.d/gramine.list

sudo curl -fsSLo /usr/share/keyrings/intel-sgx-deb.asc https://download.01.org/intel-sgx/sgx_repo/ubuntu/intel-sgx-deb.key
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-sgx-deb.asc] https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" \
| sudo tee /etc/apt/sources.list.d/intel-sgx.list

sudo apt-get update
sudo apt-get install gramine

Debian 11
^^^^^^^^^

Expand All @@ -45,8 +61,8 @@ Debian 11
sudo apt-get update
sudo apt-get install gramine

Ubuntu 22.04 LTS, 20.04 LTS or 18.04 LTS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Ubuntu 22.04 LTS or 20.04 LTS
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

::

Expand All @@ -61,13 +77,11 @@ Ubuntu 22.04 LTS, 20.04 LTS or 18.04 LTS
sudo apt-get update
sudo apt-get install gramine

RHEL-like distributions version 8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AlmaLinux and compatible distributions, versions 9 and 8
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

These are distributions like AlmaLinux, Rocky Linux, etc.

We also *experimentally* support RHEL-like distributions version 9.

1. Install EPEL repository as described here:
https://docs.fedoraproject.org/en-US/epel/

Expand Down

0 comments on commit b301c04

Please sign in to comment.