Versions Compared

Key

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

...

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

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

$ npm install

  • code

            $ git clone https://code.rdkcentral.com/r/rdk/devices/intel-x86-pc/emulator/appmanager

  • Step 2 - goto RDKVEmulatorAppManager folder

            $ cd RDKVEmulatorAppManager

  • Step 3 - run below command to install dependencies

            $ npm install

  • Step 4 step 2 - run below command

            $ npm run

...

start   

Create installer package

Follow below steps to create installer package for linux           

  • Need to install electron-packager and electron-installer-debian globally

            $  $ sudo npm install -g electron-packager

          $    $ sudo npm install -g electron-installer-debian

...

$ electron-installer-debian --src dist/EMVemulatormanager-linux-x64/ --arch amd64 --config config.json

...