Browsing tag

apache

Install Apache Tomcat 8 on openSUSE 13.2

Apache Tomcat is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Oracle and provides a “pure Java” HTTP web server environment for running the Java codes. Apache Tomcat includes tools for configuration and management, but can […]

Install WordPress on openSUSE 13.2 with LAMP

WordPress is the most widely used open source web blogging and content management software written in php and MySQL, even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation on openSUSE 13.2, this is very simple as like having a bear; wont take more than 5 min. Prerequisites: WordPress requires Apache, […]

Install LAMP (Apache2,MariaDB and PHP) on openSUSE 13.2

  LAMP stands for Linux, Apache,MySQL and PHP, of course Linux can be any variant (Debian/Redhat), here is the small tutorial about installing AMP stack on openSUSE 13.2., MySQL is replaced by MariaDB as a default database. Environment: OS: openSUSE 13.2 Install Apache: To start off we will install Apache. Open up the Terminal and […]

Install Apache SVN (Subversion) on CentOS 7 / RHEL 7

Subversion, widely known as SVN, an open-source version control system used for storing the historical changes of source file and documents, manages it over a period. This post helps you to setup SVN on CentOS 7. Install web server Update your system. yum update Here we will install Apache server as a web server for […]