aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial/conventions.rst
blob: b64fdeb17ad36aae197d0813784418117a8630df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Tutorial conventions
--------------------

In these tutorials we assume that you have a workstation called
``laptop.example.com`` where you run the root Lisp.  We also assume that
Consfigurator knows about your laptop, and that it has a host deployment
specified, so that you can use ``HOSTDEPLOY-THESE`` to deploy properties to
the laptop as root.  For example,::

  (defhost laptop.example.com
      (:deploy ((:sudo :as "spwhitton@laptop.example.com") :sbcl))
    "Sean's laptop."
    (os:debian-stable "bullseye" :amd64))

We suppose that you've already set up sources of prerequisite data to provide
sudo passwords and the like.  See the :ref:`introduction<introduction>` if you
haven't set this up yet.