LinuxForHealth / HealthOS

LinuxForHealth Core Services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Makefile to Support Package Target

dixonwhitmire opened this issue · comments

Create a "package" make target which will create a tarball containing each module's wheel, requirements.txt and configuration file. We will also need an "install" script to support the creation or users, groups, virtual environments, etc.

Tasks:

  • Include module wheel files and requirements in tarball
  • Create user and groups
  • Install dependencies (python, systemd, etc)

Edited: moving the following tasks to separate issues

  • Install NATS (ensure we are on supported on s390x) #38
  • Configure systemd to run HealthOS services
  • Test on s390x - #39