Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mihini/Install Mihini"

(New page: The fast option to get ready with Mihini is to get it from the <code>.deb</code>: <source lang="bash"> $ wget http://<path>/mihini-0.8.0-Linux.deb $ sudo dpkg -i mihini-0.8.0-Linux.deb </s...)
 
(link to the main tutorial)
Line 6: Line 6:
  
 
Now, the Mihini's appmon_daemon and the agent are started. You can use <code>/etc/init.d/mihini {start|stop|restart|status|purge}</code> to control it.
 
Now, the Mihini's appmon_daemon and the agent are started. You can use <code>/etc/init.d/mihini {start|stop|restart|status|purge}</code> to control it.
 +
 +
Then, you can go back to the main tutorial: [[Mihini/Run_Mihini_on_an_Open_Hardware_platform|Run Mihini on an Open Hardware platform]]

Revision as of 05:32, 25 June 2013

The fast option to get ready with Mihini is to get it from the .deb:

$ wget http://<path>/mihini-0.8.0-Linux.deb
$ sudo dpkg -i mihini-0.8.0-Linux.deb

Now, the Mihini's appmon_daemon and the agent are started. You can use /etc/init.d/mihini {start|stop|restart|status|purge} to control it.

Then, you can go back to the main tutorial: Run Mihini on an Open Hardware platform

Back to the top