Changeset - 05ac3136a397
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 months ago 2023-12-18 23:41:51
branko@majic.rs
MAR-189: Updated instructions and configuration for test site for Debian 11 Buster:

- Use a more generic Emacs package name.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/development.rst
Show inline comments
 
@@ -630,7 +630,7 @@ In order to deploy the test site, the following steps would normally be taken:
 
     ansible-playbook playbooks/preseed.yml
 

	
 
9. Install all servers using the generated preseed files. Use *Debian
 
   9 Stretch* or *Debian 10 Buster*.
 
   10 Buster* or *Debian 11 Bullseye*.
 

	
 
10. Add the SSH host fingerprints to your ``known_hosts`` file (don't forget to
 
    remove old entries if you are redoing the process). You can easily obtain all
testsite/group_vars/all.yml
Show inline comments
 
@@ -34,7 +34,7 @@ os_groups:
 
    gid: 1501
 

	
 
common_packages:
 
  - emacs24-nox
 
  - emacs-nox
 
  - screen
 
  - debconf-utils
 
  - colordiff
0 comments (0 inline, 0 general)