EVERYTHING WE DO IN THE CONTAINER IS DONE AS A REGULAR CALL OF THOSE SERVICES (php -v, nvm -v and so on)
- Uninstall old versions
- Older versions of Docker were called docker, docker.io, or docker-engine. If these are installed, uninstall them:
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo systemctl start docker
NEXT STEPS
The extension allows to:
- git clone - link to GitHub project
- copy file .env.example in .env
cp env.example .env
NEXT STEPS
sudo apt-get update && sudo apt-get install make
ls /usr/bin/make
- If the directory is available then you can use the “make” utility; if it displays an error as shown below then there is a way to solve this problem as well:
sudo apt install build-essential
make -version
make build
make start
make login
make artisan-command CMD=key:generate
make artisan-command CMD=optimize:clear
make artisan-command CMD=migrate
make artisan-command CMD=db:seed
NEXT STEPS - OPENING LOCAL SITES IN BROWSER:
http://localhost:3015