environment/bin/server

18 lines
415 B
Text
Raw Normal View History

2025-08-01 12:52:57 +02:00
#!/usr/bin/env ruby
require 'server_manager'
# server application add file.yml
# ServerManager.init_sapplication("filename")
# server application remove name
# ServerManager.remove_application("service_name")
# server application passwd name
# ServerManager.application_passwd("service_name")
# server user add user-name
# server user remove user-name
# server user passwd user-name
# server install app-name