init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
18
bin/server
Executable file
18
bin/server
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue