0 votes
7 views
by
How to install LAMP software?

1 Answer

0 votes
by
LAMP application install processDownload an archive containing the application source files.Unpack the archive, usually in a directory accessible to a web server.Depending on where the source was extracted, configure a web server to serve the files.Configure the application to connect to the database.
...