diff options
author | xengineering <me@xengineering.eu> | 2023-04-13 19:55:34 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-04-13 20:21:58 +0200 |
commit | 4ed4b195e9e78d22f9eae0925403de645b5bc30a (patch) | |
tree | fb4c286274c16f1680de1d1fe5d1102264b1318e | |
parent | 672dc6ca0124c4ffe53f1142345b796094adafdd (diff) | |
download | ceres-4ed4b195e9e78d22f9eae0925403de645b5bc30a.tar ceres-4ed4b195e9e78d22f9eae0925403de645b5bc30a.tar.zst ceres-4ed4b195e9e78d22f9eae0925403de645b5bc30a.zip |
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.
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |