-
Install the Player
Follow the installation guide here - we've provided all necessary steps and details of the process. -
Create the Player's Data Directory
Use the following command to do that:mkdir -p ~/.appdata/ai.displayforce.player/Local\ Store
Use this command to switch to it:
cd ~/.appdata/ai.displayforce.player/Local\ Store
-
Create a
connect.json
File
Create a file namedconnect.json
with the following content:{ "url": "https://api.displayforce.ai", "code": "QWERTY" }
Here
QWERTY
should be changed to correct connection code."Url" is optional if you use CMS on DISPL cloud (www.displayforce.ai).
To edit a file on Linux without root rights, you can use any text editor like{ "code": "QWERTY" }
nano
,vim
, orgedit
. Here’s the general command:
Also it can be made by the command:nano
connect.json
echo "
{ \"code\": \"QWERTY\"}
" > connect.json -
Start the Player
Run the player using the following command:nohup displ-player &
Player will be connected to the device on your platform.
Comments
0 comments
Please sign in to leave a comment.