[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/66: doc: Clarify installation from the binary tarball.
From: |
Manolis Fragkiskos Ragkousis |
Subject: |
36/66: doc: Clarify installation from the binary tarball. |
Date: |
Thu, 21 May 2015 12:52:00 +0000 |
phant0mas pushed a commit to branch wip-hurd
in repository guix.
commit f0b2f94f87b33afab4f11b289be198cb1e4b5507
Author: Ludovic Courtès <address@hidden>
Date: Mon May 4 14:31:00 2015 +0200
doc: Clarify installation from the binary tarball.
* doc/guix.texi (Binary Installation): Specifically refer to
group/account creation, and add an item for substitutes. Mention
verifiability.
---
doc/guix.texi | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index d7868ba..eb240b1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -280,8 +280,8 @@ Do @emph{not} unpack the tarball on a working Guix system
since that
would overwrite its own essential files.
@item
-Set up the daemon as explained below (@pxref{Setting Up the Daemon}), and
-run it:
+Create the group and user accounts for build users as explained below
+(@pxref{Build Environment Setup}), and run the daemon:
@example
# /root/.guix-profile/bin/guix-daemon --build-users-group=guix-builder
@@ -296,6 +296,14 @@ for instance with:
# cd /usr/local/bin
# ln -s /root/.guix-profile/bin/guix
@end example
+
address@hidden
+To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}),
+authorize them:
+
address@hidden
+# guix archive --authorize < /root/.guix-profile/share/guix/hydra.gnu.org.pub
address@hidden example
@end enumerate
And that's it!
@@ -305,8 +313,8 @@ profile, or it would become subject to garbage
collection---in which
case you would find yourself badly handicapped by the lack of the
@command{guix} command.
-The tarball in question can be (re)produced simply by running the
-following command in the Guix source tree:
+The tarball in question can be (re)produced and verified simply by
+running the following command in the Guix source tree:
@example
make address@hidden
- 30/66: gnu: gcc-5.1: Add specific libvtv patch., (continued)
- 30/66: gnu: gcc-5.1: Add specific libvtv patch., Manolis Fragkiskos Ragkousis, 2015/05/21
- 24/66: gnu: Add zeromq., Manolis Fragkiskos Ragkousis, 2015/05/21
- 32/66: gnu: samtools: Install libbam.a library., Manolis Fragkiskos Ragkousis, 2015/05/21
- 38/66: doc: Fix dangling references in the 'sh-symlink' monad example., Manolis Fragkiskos Ragkousis, 2015/05/21
- 37/66: doc: Suggest 'groupadd --system'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 34/66: gnu: Add taskwarrior., Manolis Fragkiskos Ragkousis, 2015/05/21
- 39/66: gnu: Add python-sympy., Manolis Fragkiskos Ragkousis, 2015/05/21
- 35/66: gnu: bamtools: Set rpath via LDFLAGS., Manolis Fragkiskos Ragkousis, 2015/05/21
- 33/66: gnu: Add samtools-0.1.19., Manolis Fragkiskos Ragkousis, 2015/05/21
- 31/66: gnu: samtools: Remove patch-makefile-curses phase., Manolis Fragkiskos Ragkousis, 2015/05/21
- 36/66: doc: Clarify installation from the binary tarball.,
Manolis Fragkiskos Ragkousis <=
- 43/66: substitute: Increase TTL from 24h to 36h., Manolis Fragkiskos Ragkousis, 2015/05/21
- 40/66: gnu: curl: Update to 7.42.1., Manolis Fragkiskos Ragkousis, 2015/05/21
- 44/66: gnu: Add markdown., Manolis Fragkiskos Ragkousis, 2015/05/21
- 47/66: search-paths: Add 'environment-variable-definition'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 49/66: profiles: Use a &message error condition instead of 'error'., Manolis Fragkiskos Ragkousis, 2015/05/21
- 48/66: search-paths: 'evaluate-search-paths' now returns spec/value pairs., Manolis Fragkiskos Ragkousis, 2015/05/21
- 42/66: gnu: Add libwpg., Manolis Fragkiskos Ragkousis, 2015/05/21
- 41/66: guix: build: Fix indentation for --sources in help output., Manolis Fragkiskos Ragkousis, 2015/05/21
- 46/66: search-paths: Add 'evaluate-search-paths', from (guix scripts package)., Manolis Fragkiskos Ragkousis, 2015/05/21
- 45/66: Move search path specifications to (guix search-paths)., Manolis Fragkiskos Ragkousis, 2015/05/21