diff options
Diffstat (limited to 'README.md')
-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 |