• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Install Open Source Status Page Cachet on Ubuntu 16.04

By Abhishek Ghosh August 18, 2017 8:02 pm Updated on August 18, 2017

Install Open Source Status Page Cachet on Ubuntu 16.04

Advertisement

There is lot of buzz with Cachet. I wasted hours to install Cachet on new subdomain, install LAMP, configured HSTS, changed CAA Record and now I can give you warranty that it does not worth the effort to use this script in case you have psychological problem of getting perfect things. It is worser than a good WordPress plugin like WP Statistics at backend. However, as I installed, here is how to install open source status page Cachet on Ubuntu 16.04 – you can test with plain HTTP. Cachet is free, basic PHP-MySQL based self hosted status page web app. These new types of PHP applications are no way good software development. You can write a PHP script yourself to create ping powered based beautiful status page with lot of graphs like GitHub :

Vim
1
https://status.github.com/graphs/past_day

 

You can use Aruba Cloud’s 1GB RAM VMWare instance for 1 Euro per month cost or VPSDime 6GB RAM OpenVZ instance for $7 per month cost to test. Use a separate server and domain to test. As alternative to Cachet, I can show you Checkup and Staytus :

Vim
1
2
https://github.com/sourcegraph/checkup
https://github.com/adamcooke/staytus

In both cases, you possibly need a separate server to test.

Advertisement

---

 

How To Install Open Source Status Page Cachet on Ubuntu 16.04

 

Frankly you will need to prepare a full LAMP server with HSTS. For that, follow our guide on how to install Apache2 on Ubuntu 16.04.

You installed Apache2, MySQL, PHP. First create a database, you can use root user to test :

Vim
1
2
3
4
5
6
7
mysql_secure_installation
mysql -u root -p
# after login to MySQL server
CREATE DATABASE cachet;
FLUSH PRIVILEGES;
q
# hit enter key

Check if any component missed to get installed :

Vim
1
sudo apt-get install php7.0 libapache2-mod-php7.0 php7.0-mbstring php7.0-curl php7.0-zip php7.0-gd php7.0-mysql php7.0-mcrypt curl composer

Normally Apache web root is at /var/www/html. Change directory to /var/www/html and clone the git repo :

Vim
1
2
3
4
5
git clone https://github.com/cachethq/Cachet.git cachet
cd cachet
chown www-data:www-data -R /var/www/html/cachet/
mv .env.example .env
nano .env

Change that .env files :

Vim
1
2
3
4
5
6
7
...
APP_URL=http://localhost -> APP_URL=http://your-domain-name
...
DB_DATABASE=your-database-name
DB_USERNAME=your-database-username
DB_PASSWORD=your-database-password
...

Now run :

Vim
1
2
3
sudo composer install --no-dev -o
php artisan key:generate
php artisan app:install

Now change directory to :

Vim
1
2
cd /etc/apache2/sites-available/
ls

Edit that default config file to something like this, notice that the path – /var/www/html/cachet/public :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<VirtualHost *:80>
ServerName status.thecustomizewindows.com
Protocols h2 http/1.1
ServerAdmin admin@thecustomizewindows.com
DocumentRoot /var/www/html/cachet/public
<Directory /var/www/html/cachet/public/>
        AllowOverride All
        </Directory>
        
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    
    <Directory /var/www/html/cachet/public>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
    </Directory>
 
    ErrorLog ${APACHE_LOG_DIR}/error.log
    CustomLog ${APACHE_LOG_DIR}/access.log combined
 
 
</VirtualHost>

Restart Apache :

Vim
1
systemctl restart apache2

Install Open Source Status Page Cachet on Ubuntu 16-04

From your DNS, add your server’s IP to some subdomain like status.thecustomizewindows.com and access your fresh Cachet installation on the domain via browser to run the setup wizard.

Tagged With An open source status page system for everyone , install cachet with nginx ubuntu , install cachet windows , install cachet ubuntu , https://thecustomizewindows com/2017/08/install-open-source-status-page-cachet-ubuntu-16-04/ , download cachet vm , cachet status install , cachet auto installer ubuntu , cachet 2 3 vm , install chachet on ubuntu

This Article Has Been Shared 929 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Install Open Source Status Page Cachet on Ubuntu 16.04

  • How to Upload Backup to Dropbox from Cloud Server

    Here is How to Upload Backup to Dropbox from Cloud Server in Case You Want To Keep Your Backup of Files and Database on a Free Cloud Storage.

  • WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud

    Here is a Step by Step Guide on Setting Up WordPress Multisite on Nginx on Ubuntu 14.04 on HP Cloud with All Commands and the Configuration.

  • Top Reasons Why Cloud Server Sucks Your Bucks

    Public Cloud is Deceptive From Sysadmin’s Point of View When Usage of RAM is More. Here Are Top Reasons Why Cloud Server Sucks Your Bucks.

  • How To Perform Security Audits On Ubuntu 16.04 (With Lynis)

    Here Is How To Perform Security Audits On Ubuntu 16.04 With Lynis And Other Tools Which Are Appropriate On Cloud Server’s Shared Environment.

  • Install Apache Drill on Ubuntu 16.04 LTS Single Cloud Server

    Drill is SQL Query Engine for Hadoop, NoSQL, Cloud Storage. Here is How to Install Apache Drill on Ubuntu 16.04 LTS Single Cloud Server.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Online Dating: How to Find Your Match March 20, 2023
  • Web Design Cookbook: Logo March 19, 2023
  • How Starlink Internet Works March 17, 2023
  • The Importance of a Camera Tracking System in Virtual Production March 15, 2023
  • Understanding the Key Differences between Docker and OpenVZ March 14, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Install Open Source Status Page Cachet on Ubuntu 16.04," in The Customize Windows, August 18, 2017, March 21, 2023, https://thecustomizewindows.com/2017/08/install-open-source-status-page-cachet-ubuntu-16-04/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT