Skip to content

Repository files navigation

SymTerminal

Symfony + Xterminal

Installation

  1. Install dependencies:
composer install
php bin/console importmap:install
  1. SSL:
symfony server:ca:install

Start Server

  1. Start the WebSocket server:
php bin/console websocket:start-server
  1. Start the Symfony server:
symfony server:start
  1. Start Chrome with ignore-certificate-errors
.\start_chrome_insecure.bat
  1. Start the local web mail catcher
symfony open:local:webmail

SSL Certificate for websocket.php

go to bin/certs then generate a certificate using openssl

openssl req -x509 -newkey rsa:4096 -keyout ssl.key -out ssl.crt -days 3650 -nodes -subj "/CN=localhost"

Socket Debug

Install wscat package

npm install -g wscat
wscat -c wss://localhost:8080/ --no-check

About

Symfony + Xterminal

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages