You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Branch CTT-221/aloftus/install_from_repo creates a new install method directly from the git repo as a normal user. This provides a very easy and fast (~5-10 mins) install and configuration to get up and running quickly.
As currently implemented, it changes key files that make it incompatible by anyone that already installed the tool from an older version and also breaks installing via previous methods. Before merge to main, this should be addressed.
Changes needed:
ipf/etc/ipf/init.d/ipf-WORKFLOW
This file is the template init script used by configure_workflow.py.
The "easy installer" method described above changes this file so it works when invoked by a non-root user.
Suggestions:
Make one that can be used in either case (ie: works whether invoked by root or a non-root user)
Find a workaround to replacing it on the fly (maybe during setup.sh). A slight inconvenience in this approach is now there are two templates to manage.
Branch CTT-221/aloftus/install_from_repo creates a new install method directly from the git repo as a normal user. This provides a very easy and fast (~5-10 mins) install and configuration to get up and running quickly.
As currently implemented, it changes key files that make it incompatible by anyone that already installed the tool from an older version and also breaks installing via previous methods. Before merge to main, this should be addressed.
Changes needed:
Full comparison of changes at: Compare CTT-221/aloftus/install_from_repo <- master
The text was updated successfully, but these errors were encountered: