File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -792,6 +792,8 @@ Notes:
792792
793793# ## Restarting apps
794794
795+ First go to app editor of df app and launch the app.
796+
795797Reload via "Restart Web Server"
796798
7977991. In File editor, insert ``<pre>#{`df`}</pre>`` into response body and save
@@ -825,17 +827,17 @@ Notes:
825827
826828Create manifest
827829
828- 1. In App Editor, click Edit Metadata
829- 2. Type hdd in filter and click the harddrive icon to set icon
830- 3. Click save
831-
832- Add category :
833-
834- 1. Click Files.
835- 2. Edit manifest.yml.
830+ 1. In App Editor, click Files.
831+ 2. new file : manifest.yml. then select to edit
836832
837- category : Files
838- subcategory : Utilities
833+ ` ` `
834+ ---
835+ name: df
836+ description: disk usage
837+ icon: far://hdd
838+ category: Files
839+ subcategory: Utilities
840+ ` ` `
839841
840842Deploy app
841843
@@ -866,7 +868,7 @@ Notes:
866868In App Editor, click Shell
867869
868870 cd /var/www/ood/apps/sys
869- chmod 700 df
871+ sudo chmod 700 df
870872
871873Notice hpcadmin does not have access
872874
@@ -878,7 +880,7 @@ Notice hpcadmin does not have access
878880
879881Notes
880882
881- * authorization controled through file permissions
883+ * authorization controlled through file permissions
882884* can use ACLs or group ownership
883885
884886# ## Status app template
You can’t perform that action at this time.
0 commit comments