[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60573] [PATCH] doc: cookbook: Add "Installing Guix on a Cluster" ch
From: |
Simon Tournier |
Subject: |
[bug#60573] [PATCH] doc: cookbook: Add "Installing Guix on a Cluster" chapter. |
Date: |
Thu, 12 Jan 2023 15:10:24 +0100 |
Hi Ludo,
On jeu., 05 janv. 2023 at 12:47, Ludovic Courtès <ludo@gnu.org> wrote:
> From: Ludovic Courtès <ludovic.courtes@inria.fr>
>
> This is derived from the article at
> <https://hpc.guix.info/blog/2017/11/installing-guix-on-a-cluster/>, with
> clarifications and updates.
>
> * doc/guix-cookbook.texi (Installing Guix on a Cluster): New chapter.
You did more than just adding a new chapter. ;-) Cool! I was doing
something similar when preparing a v2 for Guix extension.
> -Scheme tutorials
> -
> -* A Scheme Crash Course:: Learn the basics of Scheme
> -
> Packaging
>
> -* Packaging Tutorial:: Let's add a package to Guix!
> +* Packaging Tutorial:: A tutorial on how to add packages to Guix.
>
> System Configuration
>
> -* Auto-Login to a Specific TTY:: Automatically Login a User to a Specific
> TTY
> -* Customizing the Kernel:: Creating and using a custom Linux kernel
> on Guix System.
> -* Guix System Image API:: Customizing images to target specific
> platforms.
> -* Using security keys:: How to use security keys with Guix
> System.
> -* Connecting to Wireguard VPN:: Connecting to a Wireguard VPN.
> -* Customizing a Window Manager:: Handle customization of a Window manager
> on Guix System.
> -* Running Guix on a Linode Server:: Running Guix on a Linode Server.
> Running Guix on a Linode Server
> -* Setting up a bind mount:: Setting up a bind mount in the
> file-systems definition.
> -* Getting substitutes from Tor:: Configuring Guix daemon to get
> substitutes through Tor.
> -* Setting up NGINX with Lua:: Configuring NGINX web-server to load Lua
> modules.
> +* Auto-Login to a Specific TTY:: Automatically Login a User to a Specific TTY
> +* Customizing the Kernel:: Creating and using a custom Linux kernel on
> Guix System.
> +* Guix System Image API:: Customizing images to target specific
> platforms.
> +* Using security keys:: How to use security keys with Guix System.
> +* Connecting to Wireguard VPN:: Connecting to a Wireguard VPN.
> +* Customizing a Window Manager:: Handle customization of a Window manager on
> Guix System.
> +* Running Guix on a Linode Server:: Running Guix on a Linode Server
> +* Setting up a bind mount:: Setting up a bind mount in the file-systems
> definition.
> +* Getting substitutes from Tor:: Configuring Guix daemon to get substitutes
> through Tor.
> +* Setting up NGINX with Lua:: Configuring NGINX web-server to load Lua
> modules.
> * Music Server with Bluetooth Audio:: Headless music player with Bluetooth
> output.
>
> +Containers
> +
> +* Guix Containers:: Perfectly isolated environments
> +* Guix System Containers:: A system inside your system
> +
> +Advanced package management
> +
> +* Guix Profiles in Practice:: Strategies for multiple profiles and
> manifests.
> +
> +Environment management
> +
> +* Guix environment via direnv:: Setup Guix environment with direnv
> +
> +Installing Guix on a Cluster
> +
> +* Setting Up a Head Node:: The node that runs the daemon.
> +* Setting Up Compute Nodes:: Client nodes.
> +* Cluster Network Access:: Dealing with network access restrictions.
> +* Cluster Disk Usage:: Disk usage considerations.
> +* Cluster Security Considerations:: Keeping the cluster secure.
Cheers,
simon