Article

Table of Contents
Theme:
Was this article helpful?
Try Vultr Today with

$50 Free on Us!

Want to contribute?

You could earn up to $600 by adding new articles.

How To Install Cherokee Web Server on CentOS

Last Updated: Thu, Nov 26, 2015
CentOS Linux Guides Web Servers

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.

Want to contribute?

You could earn up to $600 by adding new articles.