- Go to https://github.com/mailhog/MailHog/releases and download the release matching your system.
- Install the downloaded package
- Send email specifying the SMTP server as
localhostand the SMTP port as1025. - Access the dashboard at localhost:8025 to see your sent email.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const audio = new Audio('https://url-to-my.audio'); | |
| // Play | |
| audio.play(); | |
| // Pause | |
| audio.pause(); | |
| // Stop | |
| audio.pause(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install Composer package without internet | |
| With Composer 2, you can install a package without internet, provided that you've installed the same package before and it has been cached by composer. | |
| To install the package without internet, we need to set an environment variable to let composer know we want to work without internet. | |
| In the terminal: | |
| ```shell | |
| export COMPOSER_DISABLE_NETWORK=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Install Redis extension on your pc | |
| Download the CORRECT version the DDL from the following link | |
| https://pecl.php.net/package/redis/4.1.0/windows | |
| Put the dll in the correct folder | |
| Wamp -> C:\wamp\bin\php\php-XXXX\ext | |
| Laragon -> C:\laragon\bin\php\php-XXX\ext | |
| Edit the php.ini file adding |
Install (docs)
pip install "tutor[full]"Author: Prince Dorcis
- This assumes you already have a working installation of Traefik, with an external network named
traefik. - This assumes Docker and Docker Compose are installed.
- OS: Ubuntu 24 (But everything here can be easily adapted to other OSs).
- Tutor version: 17.0.5