This template is designed for creating a basic static application in Open OnDemand that displays the results of the ls
command. It can be easily adapted to run any terminal command you desire.
-
Create a new Sandbox app in Open OnDemand.
-
Insert the repository link and name the app whatever you wish.
-
Upon opening the app, initialize it by clicking the red button.
-
Open the app again to view the real-time output of the
ls
command.
To customize the command that the app runs, modify the command in @command.exec
in app.rb
. Be sure to properly parse the output of the command in both command.rb
and index.erb
if needed.
For questions or support, please contact the University of Virginia Research Computing support team.