Difference between revisions of "Virtual appliance"
Kapiteined (talk | contribs) |
Kapiteined (talk | contribs) |
||
Line 7: | Line 7: | ||
On the otherhand if you have a machine that you cannot install software on, | On the otherhand if you have a machine that you cannot install software on, | ||
− | this virtual appliance might be a good method of running navit, without "installing" software. | + | this virtual appliance (VA) might be a good method of running navit, without "installing" software. |
+ | Or if you, like me, update your machine quiet often, the VA can be updated only when necessary, making it a stable appliance. | ||
+ | You can put it on an USB stick (>= 2Gb) and run it from there. | ||
I use [http://fabrice.bellard.free.fr/qemu qemu] for the virtual machine. | I use [http://fabrice.bellard.free.fr/qemu qemu] for the virtual machine. |
Revision as of 12:10, 10 March 2008
Hi,
This page is about navit as a virtual appliance. This means that you run a virtual machine, which runs navit itself.
This ofcourse will add some overhead.
On the otherhand if you have a machine that you cannot install software on, this virtual appliance (VA) might be a good method of running navit, without "installing" software. Or if you, like me, update your machine quiet often, the VA can be updated only when necessary, making it a stable appliance. You can put it on an USB stick (>= 2Gb) and run it from there.
I use qemu for the virtual machine. This program runs in userspace, so no "installation" is necessary.
For the OS that runs navit, i have choossen gentoo because it optimize code for the emulated CPU.
Below are the general steps to install qemu, details can be added over time.
Step 1 Download qemu and install it, using these instructions.