Skip to content

blessingogbeh/Web-Stack-Implementation---LAMP-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Web Stack Implementation - LAMP Stack

Introduction

This project is a web application built using the LAMP stack, which stands for Linux, Apache, MySQL, and PHP. The application is simply a test that proves the successfull implemetation of LAMP Stack.

Technoogies Used

  • Linux: The operating system on which the stack runs.
  • Apache: The web server used to serve the application.
  • MySQL: The database management system used to store data.
  • PHP: The programming language used for server-side scripting.

Installation

Steps

  1. Clone this repository
  git clone https://github.com/blessingogbeh/Web-Stack-Implementation---LAMP-Stack.git
cd Web-Stack-Implementation---LAMP-Stack
  1. Execute LAMP.sh on an ubuntu server
./LAMP.sh

If you wish to go the individual steps of the implementation process, there's a detailed walkthrough on my blog here

Usage

Access the application by navigating to http://localhost:80 in your web browser. You should see the home page of your application.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages