Skip to content

jedymatt/linux-dev-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Development Environment

Setup php8.1

curl -o - https://raw.githubusercontent.com/jedymatt/linux-dev-environment/main/setup-lamp.sh | bash
curl -o - https://raw.githubusercontent.com/jedymatt/linux-dev-environment/main/setup-lamp-php81.sh | bash

Setup phpmyadmin

sudo apt install phpmyadmin

Start apache2 service

sudo service apache2 restart

Changing directory permissions

sudo chown www-data:www-data /var/www/

https://stackoverflow.com/questions/23411520/how-to-fix-error-laravel-log-could-not-be-opened

Larasail

https://github.com/thedevdojo/larasail#installation

Create symbolic link

https://linuxhint.com/create_symbolic_link_ubuntu/

GitHub Cli

https://github.com/cli/cli/blob/trunk/docs/install_linux.md#official-sources

homebrew

https://brew.sh/

nvm

https://github.com/nvm-sh/nvm#installing-and-updating

then:

nvm install --lts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages