https://github.com/nicoverbruggen/dev-setup
How to set up a virtual machine with Linux for development purposes (PHP, MySQL, node)
https://github.com/nicoverbruggen/dev-setup
developer-tools linux-mint ubuntu
Last synced: over 1 year ago
JSON representation
How to set up a virtual machine with Linux for development purposes (PHP, MySQL, node)
- Host: GitHub
- URL: https://github.com/nicoverbruggen/dev-setup
- Owner: nicoverbruggen
- License: mit
- Created: 2019-10-13T10:41:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T09:53:00.000Z (about 6 years ago)
- Last Synced: 2025-01-23T01:12:10.775Z (over 1 year ago)
- Topics: developer-tools, linux-mint, ubuntu
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to set up a virtual machine with Linux for development purposes
git clone git@github.com:nicoverbruggen/dev-setup.git
cd dev-setup
Make the script you want executable:
chmod +x ./name-of-script.sh
Install PHP 7.4, node 12.x, nginx, MySQL 5.7, etc. by running:
./name-of-script.sh
Your MySQL installation's root account is automatically protected with an auto-generated password. It is echoed in the terminal, but also saved on your desktop.