Skip to content

gajeshbhat/Ansible-lamp-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This Ansible project sets up a basic LAMP (Linux, Apache, MySQL, PHP) stack on a remote server.

Prerequisites

  1. A remote server with a Linux operating system (e.g. Ubuntu)
  2. Ansible installed on your local machine
  3. SSH access to the remote server

Setup

  1. Clone the repository git clone https://github.com/ansible/ansible-lamp-stack.git

  2. Navigate to the repository cd ansible-lamp-stack

  3. Update the hosts file with the IP address or hostname of the remote server

  4. Run the setup script ./setup.sh

Conclusion

This Ansible project sets up a basic LAMP stack on a remote server. You can now use this server to host your web applications.

About

A simple LAMP stack setup using ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages