class Luban::Deployment::Service::Installer
Protected Instance Methods
bootstrap_install()
click to toggle source
Calls superclass method
Luban::Deployment::Package::Installer#bootstrap_install
# File lib/luban/deployment/cli/service/installer.rb, line 10 def bootstrap_install super assure_linked_dirs end
create_symlinks!()
click to toggle source
Calls superclass method
Luban::Deployment::Package::Installer#create_symlinks!
# File lib/luban/deployment/cli/service/installer.rb, line 15 def create_symlinks! super create_symlinks_for_linked_dirs create_symlinks_for_linked_files create_symlinks_for_archived_logs end
create_symlinks_for_linked_dirs()
click to toggle source
# File lib/luban/deployment/cli/service/installer.rb, line 22 def create_symlinks_for_linked_dirs create_linked_dirs(to: install_path) end
create_symlinks_for_linked_files()
click to toggle source
# File lib/luban/deployment/cli/service/installer.rb, line 26 def create_symlinks_for_linked_files create_linked_files(to: install_path) end