A.1.3: Update and Install a New Application
Rev 3 9/21/17
43
41110479
b.
Connect to the target:
$ ssh [email protected]
c.
Check that the application is installed:
# app status
The "hello world" application should appear in the list with a status of ’running’. The application was built to
run automatically; when you write your own applications, you can make them install without running, if you
prefer.
d.
Stop the application (so you can restart it and see the output):
# app stop helloWorld
e.
Run the application and see that it outputs a "Hello, world." message to the LOG_TERM terminal window:
# app start helloWorld
f.
(Optional) If you want to see information about the application, enter the following command:
# app info helloWorld
Hello World application