Skip to content

lucasvolpati/script-to-php8.2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Script to automate a php environment installation

💻 Hello there!

This is a script for automating php localhost installation This command will install:

  • Apache (latest)
  • PHP 8.2
  • Composer (latest)

1º Step

You will need to create a .sh file containing this script

touch script-name.sh
or
cp download/path/shell-php-dev.sh path/on/your/system/shell-php-dev.sh

2º Step

Now you should to give execute permission with this command:

chmod +x script-name.sh

Remember to navigate to the directory where you pasted/created the file

3º Step

You can run this command on terminal

script-name.sh

Make good use and good luck.

Developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages