Projects STRLCPY hiphp Commits b42510a6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Dockerfile
    skipped 32 lines
    33 33  # docker run -e DST="True" --rm -p 127.0.0.1:8080:8080 -i -t ghcr.io/yasserbdj96/hiphp:latest
    34 34   
    35 35  #START{
    36  -FROM python:3.11.0
     36 +FROM python:3.11.1
    37 37   
    38 38  # start install google-chrome:
    39 39  # Download the Chrome Driver
    skipped 27 lines
  • ■ ■ ■ ■ ■ ■
    hiphp-examples/start_php_server.sh
    skipped 10 lines
    11 11  # | |
    12 12   
    13 13  #START{
     14 + 
    14 15  #sudo apt install php
    15 16  php -S 127.0.0.1:80 -t server
     17 + 
    16 18  #}END.
Please wait...
Page is in error, reload to recover