Git Product home page Git Product logo

lamp--project's Introduction

LAMP--Project

A project of installing WordPress on LAMP (Linux, Apache, MySql, PHP) stack.

LAMP Stack

A LAMP stack is a bundle of four different software technologies that developers use to build websites and web applications. LAMP is an acronym for the operating system, Linux; the web server, Apache; the database server, MySQL; and the programming language, PHP.

Linux OS

First, we need a Linux OS I am using Ubuntu

Apache Web-Server

Apache is a web server software that is responsible for accepting HTTP requests from visitors and sending them back the requested information in the form of web pages. Or in simpler terms, it allows visitors to view content on your website

MySql Database-Server

MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL).

PHP Programming Language

PHP is an open-source, server-side programming language that can be used to create websites, applications, and more. It is a widely used general-purpose language that can be embedded into HTML.

History of commands to build the project.

image

First we have to update our OS < sudo apt update>

Next, install Apache MySQL and PHP < sudo apt install apache2 > open port no 80 for apache2

image

< sudo apt install mysql-server> < sudo mysql_secure_installation> create a user in MySQL and log in.

image

create a database and give use to all privileges and use flush privilege. The Flush Privileges statement reloads the grant tables' privileges, ensuring that any changes made to user permissions are immediately applied without requiring a restart of the MySQL server.

image

< sudo apt install PHP libapache2-mod-php php-mysql>

Then install WordPress from the official WordPress site. log in to WordPress and add form in it.

image

image

image

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.