How to install Laravel on RoseHosting Cloud

how to install laravel on rosehosting cloud
install laravel on rosehosting cloud

Laravel is an open-source PHP web framework that can be used to develop web applications easier and faster through built-in features.
It is based on the Symfony framework and follows the model–view–controller architectural pattern.

Some of the features of Laravel are a modular packaging system with a dedicated dependency manager, different ways for accessing relational databases, utilities that aid in application deployment and maintenance, etc.

Read More

How to install ReactJS on Ubuntu 20.04

how to install reactjs on ubuntu 20.04
install reactjs on ubuntu 20.04

ReactJS is a very powerful front-end open-source JavaScript library used for building the user interface and related components. It is maintained by Facebook and the community of developers. ReactJS can be used in the development of Web Applications or Mobile Apps.

In this tutorial, we will show you how to install ReactJS on your Ubuntu 20.04 server.

Read More

How to Install Bagisto eCommerce Platform on Ubuntu 20.04

how to install bagisto ecommerce platform on ubuntu 20.04

Bagisto is the popular open-source eCommerce platform built on the hottest technologies Laravel & Vue.js. A complete eCommerce solution built for merchants to cater to their online shop needs and very easy for developers to contribute and build. Bagisto has a built-in easy navigable admin panel and is bundled with functionalities like Multi-Currency, Multi-Localization, Access Control Level, Multi-Channel, Payment integration, and much more.

In this post, we will show you how to install the Bagisto E-Commerce platform on an Ubuntu 20.04 server.

Read More

Access Your Database Remotely Through an SSH Tunnel

access your database remotely through an ssh tunnel

Secure Shell or SSH is a client-server-based communication protocol that is used to connect securely from one machine to another. It uses a network port to create a connection session between the server that listens on the chosen port and the client which sends the SSH connection request on that port.

With this protocol, we can manage our servers and work on them remotely. For example, we can add/edit/delete the services running on the server using an SSH client like PuTTY or Terminal.

Read More

How to install Jira Ticketing system on RH Cloud

install jira ticketing system cloud platform
how to install jira on paas

Jira Software is a highly used project management tool among companies nowadays. It has a good task system allowing the users to manage the entire application development process without losing important points.

It’s easy for every team, from IT to HR to legal, to set up and tailor their service desks to meet their specific needs.

In this post, we will make an automatic installation/deployment from our RH Cloud environment.

Read More

How to Install Netdata Monitoring Tool on Ubuntu 20.04

how to install netdata monitoring tool on ubuntu 20.04

Server monitoring is the main and most important part of Linux administration. Regardless of the complexity of our infrastructure – a single VPS or high availability clusters, we should constantly monitor many different aspects of our network and hardware infrastructure. to ensure that everything is functioning as it should be, in order to avoid possible issues.

set up and configure netdata monitoring tool on ubuntu 20.04

Without a good monitoring tool, we will have to manually check all server resources using the built-in monitoring tools that come shipped with Ubuntu 20.04. Some of the basic tools and commands are available and shipped with the distribution and can be accessed through the command line, while others come in the form of open-source tools, custom scripts, or third-party applications and we need to install them manually.

Read More

How to Install Docker Engine CE on RH Cloud

how to install docker engine ce on rh cloud

In this tutorial, we will explain step-by-step how to install Docker Engine CE on the RoseHosting Cloud platform.

installing and setting up docker engine ce on rh cloud

Docker stands for an open-source application used to serve for testing, shipping, developing, and running applications. It provides running the applications in isolated environments known as containers. The containers with their isolation have everything inside to run properly and not mess with the host’s configuration. Deploying the code is easy since the code is pushed to the production environment from the development container, and there is no delay.

Read More