Linux Tutorials on the topic “programming”
-
How to Install Django on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 11
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 2.0.5 stable version on an Ubuntu 18.04 LTS server.
-
How to Install CodeIgniter PHP Framework on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, php, programming, ubuntu, web server • Comments: 4
CodeIgniter is a free, open source and powerful PHP framework with a very small footprint. It is specially built for developers who need a simple and elegant toolkit to create full-featured web applications. In this tutorial, we will learn how to install CodeIgniter in Ubuntu 18.04 server.
-
How to Setup Symfony 4 on Debian 9 Server
Author: Shahroze Nawaz • Tags: debian, programming • Comments: 3
In this article, I will show you how you can setup a complete Symfony Stack to run Symfony applications on Debian 9. The process includes steps regarding permissions, webroots and web server.
-
-
How to Install Apache Maven on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 0
Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects. In this tutorial, I will show you step-by-step how to install and configure Apache Maven on Ubuntu 16.04 LTS.
-
How to Install Gogs Go Git Service on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 2
Gogs is free and open source Git service written in Go language. Gogs is a painless self-hosted git service that allows you to create and run your own Git server on a minimal hardware server. Gogs web-UI is very similar to GitHub and offers support for MySQL, PostgreSQL, and SQLite database.
-
How to trigger commands on File/Directory changes with Incron on Debian
Author: Till Brehm • Tags: linux, programming, shell • Comments: 5
This guide shows how you can install and use incron on a Debian 9 (Stretch) system. Incron is similar to cron, but instead of running commands based on time, it can trigger commands when file or directory events occur (e.g. a file modification, changes of permissions, etc.).
-
How to Install Laravel 5.x with Nginx and PHP-FPM 7.1 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, php, programming, server, web server • Comments: 13
In this tutorial, I will show you how to install the Laravel Web Framework with Nginx web server, PHP-FPM 7.1 and MariaDB on a CentOS 7 system. Laravel is an open source PHP framework that follows the MVC (Model-View-Controller) design pattern. It has been created by Taylor Otwell in 2011 as an attempt to provide an advanced alternative to the CodeIgniter (CI) framework.
-
How to Install and Configure GitLab CE on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 13
GitLab is an open source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team collaborate on coding, testing and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 7 Server.
-
How to Deploy Clojure Web Application on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0
This guide will walk through the process of deploying a simple web application in Clojure using supervisor and Nginx. Clojure is a modern general-purpose programming language for the JVM that focuses on concurrent programming found in operating systems. Clojure enables you to make use of the existing JVM infrastructure, including tools, libraries and application servers.
-
How to Install SonarQube on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, mysql, nginx, programming, server, ubuntu, web server • Comments: 10
SonarQube is a free and open source quality management system platform that can be used to automate code inspection. It can analyze source code files, calculate a set of metrics and show the result on the web based dashboard. It is written in Java language and also supports other languages like Perl, PHP, and Ruby.