From 4ed4b195e9e78d22f9eae0925403de645b5bc30a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 13 Apr 2023 19:55:34 +0200 Subject: Document creation of /var/lib/ceres This is up to the packager. Inside that data directory the application is allowed to create folders on its own. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 069b694..874e606 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,15 @@ Make target for installation. Use it for example with a fakeroot: tree fakeroot ``` -Please add a service unit for the init system of your distribution. +Please add a service unit for the init system of your distribution. Furthermore +create the data directory where all recipes will be stored and set appropriate +permissions: + +``` + mkdir /var/lib/ceres + chown ceres:ceres /var/lib/ceres + chmod 700 /var/lib/ceres +``` If you want to install Ceres to your system, it is recommended to first do the packaging. One reason is that there is no uninstall Make target. This would -- cgit v1.2.3-70-g09d2