Vultr provides plenty documents, there are more than 1,000 articles under 47 topics, each has an amount range from a dozen to hundreds (with overlapping). If you want to deploy some service or debug some problems, it's convenient and reliable to refer to the official documentation.
In order to facilitate the retrieval of the required documents, I spent some time to reorganize them into some subjects according to the topic-subtopic related, and append the excerpt with the title, I hope you find this work helpful.
Programming / 20 docs in this article.
✔ How to Install Gitea on CentOS 7
Gitea is an alternative open source, self-hosted version control system powered by Git. Gitea is written in Golang and is a lightweight solution to be hosted on any platform. * New Vultr CentOS 7 instance.
Category: Linux Guides | Server Apps
How to Install Gitea on CentOS 7
✔ How to Install Gogs 0.11.53 on CentOS 7
Gogs, or Go Git service, is a lightweight, fully functional self-hosted Git server solution. In this tutorial, I will show you how to install the latest stable release of Gogs, on a CentOS 7 server instance. At the time of writing, the latest version of Gogs is 0.11.53.
Category: Linux Guides
How to Install Gogs 0.11.53 on CentOS 7
✔ How to Install GitLab Community Edition (CE) 11.x on CentOS 7
Since GitHub was acquired by Microsoft, quite a few developers have planned to migrate their own code repositories from github.com to an alternative self-hosted solution. GitLab Community Edition (CE) is the most common choice. As a sophisticated and flexible solution, GitLab CE can be deployed using various methods, but only the officially recommended method, the Omnibus package installation, will be covered herein.
Category: Linux Guides | Server Apps
How to Install GitLab Community Edition (CE) 11.x on CentOS 7
✔ Setup Sails.js for Development on CentOS 7
Sails.js is a MVC framework for Node.js, similar to Ruby on Rails. It makes for developing modern applications very quickly, and is best suited for real-time applications like leaderboards and chat.
Category: Node.js
Setup Sails.js for Development on CentOS 7
✔ How to Install Bugzilla 5.0.x on CentOS 7
Bugzilla is a free and open source bug tracking system that is being widely used by various vendors in order to continuously improve their software applications. In this article, I will guide you through installing Bugzilla 5.0.4 on a Vultr CentOS 7 server instance.
Category: Linux Guides | Server Apps
How to Install Bugzilla 5.0.x on CentOS 7
✔ How to Install MantisBT 2.5 on CentOS 7
MantisBT, or Mantis Bug Tracker, is an open source issue tracker written in PHP. MantisBT is finely balanced between ease of use and functionality, providing great user experiences to all members in a development team.
Category: Linux Guides | Server Apps
How to Install MantisBT 2.5 on CentOS 7
✔ How to Install Python 2.7 or Python 3.6 and Setup Virtual Environment on CentOS 6
This tutorial will help you install Python 2.7 and Python 3.6, as well as setup Virtualenv on CentOS 6.Virtualenv is a tool to create isolated Python environments which can keep the dependencies required by different projects in separate folders.
Category: Linux Guides | Python
How to Install Python 2.7 or Python 3.6 and Setup Virtual Environment on CentOS 6
✔ How to Install SonarQube on CentOS 7
SonarQube is an open source tool for quality system development. It is written in Java and supports multiple databases. It provides capabilities to continuously inspect code, show the health of an application, and highlight newly introduced issues. It contains code analyzers which are equipped to detect tricky issues. It also integrates easily with DevOps.
Category: Linux Guides | Server Apps
How to Install SonarQube on CentOS 7
✔ How to Install RStudio Server on CentOS 7
RStudio Server is the web edition of RStudio which is a series of tools designed to facilitate the coding job using the R programming language. In this article, I will show you how to install RStudio Server on a CentOS 7 server.
Category: Linux Guides | Server Apps | System Admin
How to Install RStudio Server on CentOS 7
✔ How to Install Gitit on CentOS 7
Gitit is a full featured wiki program written in the Haskell programming language. By storing pages and files in a git repository and using Markdown as the default markup language, gitit is attracting more geeks nowadays.
Category: Server Apps | System Admin
How to Install Gitit on CentOS 7
✔ How to Setup an Apache Subversion (SVN) Server on CentOS 7
Apache Subversion (SVN) is a widely used version control solution which helps in storing files of various versions, like source code and documents. In this article, I will show you how to use Apache Subversion and Apache to build an SVN server on a Vultr CentOS 7 server instance.
Category: Linux Guides | Server Apps | System Admin
How to Setup an Apache Subversion (SVN) Server on CentOS 7
✔ How to Install Scala on CentOS 7
Scala is an object-oriented and functional programming language. It a popular language that has been used for developing applications, such as Spark, Akka, and Lift. In this article, I will show you how to install Scala on a CentOS 7 server instance.
Category: Java | Linux Guides | System Admin
How to Install Scala on CentOS 7
✔ How to Install Apache Kafka on CentOS 7
Apache Kafka is a scalable and high-throughtput messaging system which is capable of efficiently handling a huge amount of data. You can either deploy Kafka on one server or build a distributed Kafka cluster for greater performance. As a starter, this article explains how to install Apache Kafka on one single Vultr CentOS 7 server instance.
Category: Linux Guides | Server Apps | System Admin
How to Install Apache Kafka on CentOS 7
✔ How to Install Django on CentOS 7
Django is a popular Python framework for writing web applications. With Django, you can build applications faster, without reinventing the wheel. If you want to install Django on a CentOS 7 machine, there are several methods from which you can choose. However, the most flexible choice is to install Django with pip in a virtual environment created by virtualenv. This guide demonstrates how to install Django using pip and virtualenv.
Category: Linux Guides | Server Apps
How to Install Django on CentOS 7
✔ How to Install the Phoenix Framework on CentOS 7
Phoenix is an emerging Elixir-based web development framework. It is designed to provide high development productivity, rich features, and powerful runtime performance. This tutorial will show you how to install Phoenix on a Vultr CentOS 7 server instance for development purposes.
Category: Linux Guides | Server Apps | System Admin
How to Install the Phoenix Framework on CentOS 7
✔ Install GitLab CE on CentOS
When talking about online git services, a popular option is GitHub. But for privacy, flexibility and/or network speed purposes, you might want to deploy a git service on a cloud machine under your control. In this case, you can use GitLab Community Edition (CE) to reach your goal.
Category: Linux Guides | Server Apps
Install GitLab CE on CentOS
✔ Install Ruby on Rails with Rbenv on CentOS 7
Ruby on Rails is a popular open-source web framework that can help Ruby programmers develop web applications rapidly. However, during the development of Ruby on Rails applications, a common demand is to test application's compatibility among various versions of Ruby, which can be satisfied with rbenv's Ruby version management ability.
Category: Linux Guides | Ruby
Install Ruby on Rails with Rbenv on CentOS 7
✔ How To Install GDB on CentOS 6
GDB is a debugger for C, C++, Objective-C, Pascal, Fortran, Go, D, OpenCL C, Ada, and Modula-2.CentOS is based on RHEL (Red Hat Enterprise Linux). One of the main goals of RHEL is to be a stable server operating system, meaning that newer versions of software packages aren't always available.
How To Install GDB on CentOS 6
✔ How To Install LLVM and Clang on CentOS 6
LLVM is an open-source compiler infrastructure. LLVM was started in 2000, and has been extensively used and modified by Apple since 2005. Clang is a C, C++, Objective-C, and Objective-C++ compiler that works with the LLVM system. Clang was started in 2007 by Apple, and since then Google and Intel have become involved in its continued development.
Category: Linux Guides
How To Install LLVM and Clang on CentOS 6
✔ How To Install GCC on CentOS 6
CentOS follows the development of Red Hat Enterprise Linux (RHEL). RHEL strives to be a stable server platform, which means that it does not rush to include the latest versions of every software package.
Category: Linux Guides
How To Install GCC on CentOS 6