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

Mihini/Install Mihini

< Mihini
Revision as of 09:24, 24 June 2013 by Gsaurel.sierrawireless.com (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Back to the top