Skip to content

Commit

Permalink
Install and start rsyslog. (#2209)
Browse files Browse the repository at this point in the history
As discussed in #2208, we are using rsyslog for logging, but rsyslog
is not installed on the test server.  This pull request:

- Installs rsyslog on the test server
- Starts it running.
  • Loading branch information
Benjamin Moody committed Apr 11, 2024
2 parents f8e02c0 + 3ea6229 commit 9521251
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/test-server/install-pn-test-server
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ apt-get install -y \
virtualenv python3-dev libpq-dev libffi-dev \
`# Requirements for building LightWAVE` \
build-essential libcap-dev libflac-dev libseccomp-dev \
`# Logging system` \
rsyslog \
`# Other tools required by PhysioNet` \
zip unzip xfsprogs \
`# Development and administration tools` \
Expand Down Expand Up @@ -230,6 +232,9 @@ systemctl restart postfix
systemctl disable systemd-timesyncd
systemctl stop systemd-timesyncd

systemctl enable rsyslog
systemctl restart rsyslog

systemctl daemon-reload
systemctl enable emperor.uwsgi
systemctl restart emperor.uwsgi
Expand Down

0 comments on commit 9521251

Please sign in to comment.