gyselroth / balloon

High performance, feature rich document management system written for the cloud
GNU General Public License v3.0
18 stars 7 forks source link

Problem with installation packaging #455

Closed brentonmaas closed 4 years ago

brentonmaas commented 4 years ago

Describe the bug

after running make install it stops with the following error: cp: cannot stat ‘./packaging/balloon-jobs.service.systemd’: No such file or directory make: *** [""/"usr/share/balloon"] Error 1

To Reproduce

sudo make install within the balloon folder

Expected behavior

Installation to complete

Environment

raffis commented 4 years ago

Thanks for the report. Is this really for v2.4.2? If so you should upgrade, this release is quite old. Anyway this issue has been fixed in master, was a follow up from #415.

Is there a reason you want to manually install? The installation is quite complex and requires various services to be manually deployed. You should deploy balloon using docker-compose or a helm chart (https://gyselroth.github.io/balloon-docs/server/installation/)