For your Ruby, you'll must install this gems:
sudo gem install passenger
sudo passenger-install-apache2-module
At this moment, you'll asked to install some Apache2's deps (three deps):
sudo apt-get install apache2-prefork-dev
| #!/usr/bin/env perl | |
| # ABSTRACT: A simple message broker using Mojolicious WebSockets | |
| # USAGE: ./socket.pl daemon | |
| # | |
| # Try the demo and read the explanation on the page before reading the code. | |
| # | |
| # Copyright 2015 Doug Bell (<[email protected]>) | |
| # | |
| # This is free software; you can redistribute it and/or modify it under | |
| # the same terms as the Perl 5 programming language system itself. |
For your Ruby, you'll must install this gems:
sudo gem install passenger
sudo passenger-install-apache2-module
At this moment, you'll asked to install some Apache2's deps (three deps):
sudo apt-get install apache2-prefork-dev