From d7dfd61750e6ca3f84f510d0fb61d178a6b6762f Mon Sep 17 00:00:00 2001 From: Deep Sidhu Date: Tue, 17 Dec 2024 15:58:31 -0600 Subject: [PATCH] Added instructions to update data directories permissions which will be used by irida --- doc/administrator/web/ubuntu/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/administrator/web/ubuntu/index.md b/doc/administrator/web/ubuntu/index.md index b2e0c2b757..71d785a174 100644 --- a/doc/administrator/web/ubuntu/index.md +++ b/doc/administrator/web/ubuntu/index.md @@ -27,6 +27,8 @@ Installing Software with `apt` Change ownership of Tomcat Directory chown -R tomcat:tomcat /opt/tomcat + Update the ownership for the data directories that you have set in `/etc/irida/irida.conf` + Configure Tomcat as a service touch /etc/systemd/system/tomcat.service nano /etc/systemd/system/tomcat.service