Changes between Version 80 and Version 81 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
06/05/26 09:22:54 (5 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DevVMTechnical

    v80 v81  
    415415This example creates a database named "xyz". A database user "jim" with password "123" is then created with permissions for database "xyz".
    416416
    417 == WebSocket ==
    418 WebSocket support is added to allow more dynamic live web pages. Download libwebsockets.tar.gz and extract to /opt to allow compiling apps for WebSocket support.
    419 
    420 
     417== !WebSocket ==
     418!WebSocket support is added to allow more dynamic live web pages. Download libwebsockets.tar.gz and extract to /opt to allow compiling apps for !WebSocket support.
     419{{{
     420cd ~/Downloads
     421sudo tar -xvf libwebsockets.tar.gz -C /opt
     422}}}
     423