Install GitBucket on Ubuntu 16.04

Install GitBucket on Ubuntu 16.04

In this article, we will explain how to install GitBucket on an Ubuntu 16.04 VPS with Nginx as a reverse proxy. GitBucket is a Git platform powered by Scala with Github API compatibility. Some of the main features include public and private Git repositories, plug-in system, wiki, online editor, notifications …etc. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS.

Read More

Install Phabricator on CentOS 7

Install Phabricator on CentOS 7

In today’s article we will cover the steps on how to install Phabricator on a CentOS 7 VPS with Apache web server, PHP and MariaDB the enhanced, drop-in replacement for MySQL. Phabricator is an open source collection of web applications which help software companies build better software. It includes the Differential code review tool, the Diffusion repository browser, the Herald change monitoring tool, the Maniphest bug tracker and the Phriction wiki. Currently maintained by Phacility, it was originally developed as an internal tool at Facebook. It is available as free software under the Apache License, version 2.

Read More

How to install, configure and use GIT on an Ubuntu 14.04 LTS VPS

how-to-install-and-set-up-git-on-ubuntu-14-04-lts-vpsIn the following article we are going to explain to you how to install and set-up GIT on an Ubuntu 14.04 VPS.

If you are looking for a full-featured GIT environment, we suggest you check our great article on how to install Gitlab, Ruby and Nginx on a Debian 7 (Wheezy) VPS.

What is GIT?

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.

Read More

How to install Gitlab, Ruby and Nginx on a Debian 7 (Wheezy) VPS

how-to-install-gitlab-ruby-and-nginx-on-debian-7-wheezy-vpsGitLab is a fast, secure and stable solution to manage your projects. It is a self hosted Git management software based on Ruby on Rails and has a free and open-source license.

GitLab is one of the most installed git management applications in the world. With GitLab you can create projects and repositories, manage access and do code review.

In the following article we are going to show you how you can deploy GitLab on one of our Debian VPS hosting plans.

Read More