Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourRed
titleInprogress
Table of Contents

Prerequisite:

Emulator manager and Virtual remote has been developed and tested on below environment

  • VS Code: Version-1.63.0

Visual Studio Code is a source-code editor made by Microsoft for Windows, Linux and macOS.

...

An operating system is system software that manages computer hardware, software resources, and provides common services for computer programs.

Run application

Follow below steps to run application on host pc and create installer package

  • step 1 - get the emulator src code (link will be added soon) then run below command

...

  • step 2 - run below command

$ npm run start     

Create installer package

Follow below steps to create installer package for linux/windows/mac             

  • Once code is ready. please run below commands to make deb file for linux intaller.

...

For the complete documentation on electronjs refer link: https://www.electronjs.org/.

Features

...

VM Manager

  • Install image: By clicking on install image button user/developer can install the available image into the vm.
  • Show installed OS List: By clicking on the show installed os list button user/developer can see the list of installed images into the vm.
  • Start VM: By clicking on start vm button user/developer can start the vm.
  • Shutdown VM: By clicking on shutdown vm button user/developer can power off the vm.
  • Reboot VM: By clicking on reboot vm button user/developer can restart/reboot the vm.

...