Install a System Application from Command Line
Webuzo allows you to install a system application from command line. Here is the guide:
Use the following command to install the system application.
You can use bellow 3 commands to install apps.
webuzo --installapp --app=git
webuzo --a --app=git
webuzo --app_install --app=git
In the above command the first parameter should be
- --app_install
- --a
- --installapp
as this parameter will initiate the install function.
app=git - This is the application installation name for GitHub installation.
You can also pass soft id to install app
Note: Here soft id of GitHub is 67_1
webuzo --app_install --soft=67_1
Remove a System Application from Command Line
Webuzo allows you to remove a system application from command line. Here is the guide:
Use the following command to remove the system application.
You can use bellow 3 commands to install apps.
webuzo --removeapp --app=git
webuzo --ra --app=git
webuzo --app_remove --app=git
In the above command the first parameter should be
- --ra
- --app_remove
- --removeapp
as this parameter will initiate the remove function.
app=git - This is the application installation name for GitHub installation.
You can also pass soft id to remove app
Note: Here soft id of GitHub is 67_1
webuzo --app_remove --soft=67_1