Skip to content

Commit 9062099

Browse files
committed
passenger tutorial fixes
for the passenger app deployment just specify the manifest to copy fix mispellings and missing sudo for a command
1 parent a35ff8f commit 9062099

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

ondemand/README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff 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+
795797
Reload via "Restart Web Server"
796798

797799
1. In File editor, insert ``<pre>#{`df`}</pre>`` into response body and save
@@ -825,17 +827,17 @@ Notes:
825827

826828
Create 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

840842
Deploy app
841843

@@ -866,7 +868,7 @@ Notes:
866868
In App Editor, click Shell
867869

868870
cd /var/www/ood/apps/sys
869-
chmod 700 df
871+
sudo chmod 700 df
870872

871873
Notice hpcadmin does not have access
872874

@@ -878,7 +880,7 @@ Notice hpcadmin does not have access
878880

879881
Notes
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

0 commit comments

Comments
 (0)