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


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

--

Legend:

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

    v86 v87  
    420420This example creates a database named "xyz". A database user "jim" with password "123" is then created with permissions for database "xyz".
    421421
     422== MySQL (MariaDB) ==
     423
     424{{{
     425
     426}}}
     427
    422428== Apache Web Server/PHP in VM ==
    423429
     
    428434This display should show "PHP Version x.y.z" and a list of information.
    429435
     436If it is desired to access the web server from outside the VM the firewall will updated to allow this.
     437{{{
     438user@fedora:~$ sudo firewall-cmd --permanent --add-service=http
     439success
     440user@fedora:~$ sudo firewall-cmd --reload
     441success
     442}}}
     443
    430444== !WebSocket ==
    431445!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].