Install Thin web server

Thin is a Ruby web server that can handle high levels of concurrency.

Install it with

gem install thin
root@server70 [/home/redmine]# gem install thin
Building native extensions.  This could take a while...
Building native extensions.  This could take a while...
Successfully installed eventmachine-0.12.10
Successfully installed daemons-1.1.2
Successfully installed thin-1.2.11
3 gems installed
Installing ri documentation for eventmachine-0.12.10...
Installing ri documentation for daemons-1.1.2...
Installing ri documentation for thin-1.2.11...
Installing RDoc documentation for eventmachine-0.12.10...
Could not find main page README
Could not find main page README
Could not find main page README
Could not find main page README
Installing RDoc documentation for daemons-1.1.2...
Installing RDoc documentation for thin-1.2.11...
root@server70 [/home/redmine]# 

Installing thin on Ubuntu

You can install thin web server on Ubuntu/Debian using

apt install thin
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *