Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 623 Bytes

Development Environment for the ubuntu system

How do I run the .sh file?

  • Open the Terminal application on Linux

  • Need to check the .sh file permission

  • Set execute permission using chmod command if the file is not executable. 'chmod +x script-name-here.sh'

  • To run shell script file:

    sudo ./LAMP-with-packages.sh

    Another option:

    sudo sh LAMP-with-packages.sh

    OR

    sudo LAMP-with-packages.sh

Packages include

  • Apache2 OR Nginx
  • MySQL
  • PostgreSQL
  • PHP
  • Docker
  • Node
  • Composer
  • Brave
  • PHPCS

License

MIT