You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the test.tar.gz from github to your local mashine
Connect to the device with pelux via ssh and copy test.tar.gz to target by path /opt/neptune3/apps. It can be done by command (for instance) scp -r path/test.tar.gz root@192.168.0.100:/opt/neptune3/apps
Install package appman-controller install-package -a test.tar.tar.gzNote! that the neptune3 UI should be run at this time, for this porpuse we are connecting via ssh
Run systemctl restart neptune3 for restart neptune3 UI
On apps set on pelux will appear the app with name - quicknanobrowser
For make package: appman-packager create-package project_name.tar.gz com.test.pelux_browser
Install packaage: appman-controller install-package -a project_name.tar.gz