Supervisor for reverb
This enables the viewing tickets and more cool features on Ticaga.
Install Supervisor:
sudo apt update
sudo apt install supervisor -y
Configure set-up for Reverb:
sudo nano /etc/supervisor/conf.d/reverb.conf
Paste in the configuration:
[program:reverb]
command=php /var/www/ticaga/artisan reverb:start --host=0.0.0.0 --port=8080
directory=/var/www/ticaga
user=www-data
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/var/www/ticaga/storage/logs/reverb.log
stderr_logfile=/var/www/ticaga/storage/logs/reverb-error.log
stopwaitsecs=3600
Run the Reverb Supervisor:
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl start reverb
No comments to display
No comments to display