Skip to content

eaudeweb/ansible-php-workstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use this repository

Open a console on the remote server where you want to provision the system and run the following command:

curl https://raw.githubusercontent.com/eaudeweb/ansible-php-workstation/main/install.sh | bash

Other topics

How to configure SSH to another Debian-like computer

  • Install SSH daemon on remote computer
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
  • Setup SSH key-based authentication for the provisioning user
ssh-copy-id -i ~/.ssh/id_ed25519.pub [email protected]
  • Secure SSH daemon - in /etc/ssh/sshd_config enable:
PermitRootLogin no
PasswordAuthentication no

About

Setup PHP workstation for Developer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages