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.
- 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.
- Clone this repository
git clone https://github.com/blessingogbeh/Web-Stack-Implementation---LAMP-Stack.git
cd Web-Stack-Implementation---LAMP-Stack
- 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
Access the application by navigating to http://localhost:80 in your web browser. You should see the home page of your application.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Create a new Pull Request.