How To Install Cherokee Web Server on CentOS

Updated on November 26, 2015
How To Install Cherokee Web Server on CentOS header image

Introduction

In this tutorial, you'll learn how to install the Cherokee web server. It is a lightweight, simple-to-use web server of which includes an easy-to-navigate control panel. The steps below were tested on CentOS.

Prerequisites

Before we start, we need to update our packages from yum to make sure that the installation goes smoothly. Python needs to be installed too.

yum groupinstall 'Development Tools' -y
yum update -y

Installation

Download the installer package from the Cherokee GitHub project, then run it. This will be performed in the /root/ folder.

cd ~
wget https://github.com/cherokee/installer/raw/master/install.py
python install.py

Launching the server

cherokee-admin-launcher
cherokee-admin

Your server will output the following:

Login:
User:              admin
One-time Password: <password>

Now, access the following URL with your web browser:

http://<your_vultr_server_ip>:9090/

You will be greeted with the control panel where you can add domains and content. Before adding any content or websites, change your login password.

At this point, you have successfully installed Cherokee and started the server.

Content for websites can be added in the /var/www/ directory.