Changes between Version 85 and Version 86 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
06/05/26 11:06:37 (4 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v85 v86  
    420420This example creates a database named "xyz". A database user "jim" with password "123" is then created with permissions for database "xyz".
    421421
     422== Apache Web Server/PHP in VM ==
     423
     424{{{
     425echo "<?php phpinfo(); ?>" | sudo tee /var/www/html/info.php
     426}}}
     427Then open in web browser in VM "http://localhost/info.php"
     428This display should show "PHP Version x.y.z" and a list of information.
     429
    422430== !WebSocket ==
    423431!WebSocket support is added to allow more dynamic live web pages. From the Firefox browser in the VM download [/raw-attachment/wiki/Docs/825gen2/Dev/DevVMTechnical/libwebsockets.tar.gz libwebsockets.tar.gz].