Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add App install on /opt for install script #21

Closed
ivanleoncz opened this issue Nov 2, 2020 · 1 comment · Fixed by #25
Closed

Add App install on /opt for install script #21

ivanleoncz opened this issue Nov 2, 2020 · 1 comment · Fixed by #25
Assignees
Labels

Comments

@ivanleoncz
Copy link
Owner

Besides all job that install.sh is doing, it is necessary to install all repo content on /opt.
Uninstall option should be capable of deleting the application directory from /opt.
Right permissions should be considered, in order to allow Systemd to manage pycaptive daemon, considering pycaptive user, of course.

Options considered for the task:

  • rsync (excluding possible files/directories like .git, .gitignore, etc.)
  • install (must verify if it covers with directories, besides file installation)
@ivanleoncz ivanleoncz self-assigned this Nov 2, 2020
@ivanleoncz
Copy link
Owner Author

Working on. Almost done. PR it's on its way, for issue and also for issue #20 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant