From f82497b15a54c3fb94d314df12e9c10085c24cf2 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 29 Mar 2012 00:02:20 +0200 Subject: Improve ikiwiki description --- fripost-docs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fripost-docs.org b/fripost-docs.org index f744c48..6d40ade 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -887,8 +887,11 @@ in *** ikiwiki -sudo apt-get install ikiwiki +- sudo apt-get install ikiwiki +- Add separate ikiwiki user + +[[http://rtime.felk.cvut.cz/~sojka/blog/using-ikiwiki-with-gitolite/][Link: Integration with ikiwiki]] *** gitolite and gitweb -- cgit v1.2.3 From be63ca19c74891e08ae2aa7ea958dd2378a68932 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 29 Mar 2012 00:16:32 +0200 Subject: Move installation of all packages to one step --- fripost-docs.org | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/fripost-docs.org b/fripost-docs.org index 6d40ade..6f9bf03 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -70,15 +70,12 @@ openbsd-inetd portmap tasksel tasksel-data w3m wbritish ** Packages to install *** Administrative -sudo aptitude install openssh-server molly-guard ntp ntpdate rsync screen +sudo aptitude install emacs23-nox harden-servers logcheck molly-guard ntp \ +ntpdate openssh-server rsync screen syslog-summary sudo unattended-upgrades # If the system is on a dynamic IP (e.g. using DHCP): sudo aptitude install resolvconf -*** Security - -sudo aptitude install logcheck syslog-summary harden-servers - # NB: harden-clients conflicts with telnet, which as we know is very handy # during configuration. Therefore, only optionally: sudo aptitude install harden-clients @@ -87,14 +84,11 @@ sudo aptitude install harden-clients # NOTE: Emacs will be the default on all Fripost systems. If you prefer # something else, use the EDITOR environment variable. -sudo apt-get install emacs23-nox sudo update-alternatives --config editor ** Configure sudo -sudo apt-get install sudo - # If you disabled root account during installation, the default account is # already in the sudo group. Otherwise, follow these steps: @@ -174,7 +168,6 @@ sudo aptitude install logcheck syslog-summary # For the situations when unattended-upgrades fails (e.g. when there are # configuration changes), there is an e-mail sent to the administrator. # -sudo aptitude install unattended-upgrades :: /etc/apt/apt.conf -- cgit v1.2.3