- Updates Ubuntu with the latest software
- Installs Google Chrome, Docker, docker-compose, Telegram, Slack
- Installs VSCode or PHPStorm (depends on your choice)
- Open terminal
- Type
sudo visudo
and enter your password - Find the string
%sudo ALL=(ALL:ALL) ALL
and replace it with%sudo ALL=(ALL:ALL) NOPASSWD:ALL
- Clone this repo
- Open terminal emulator (CTRL + Alt + t key shortcut)
cd
to cloned directory- Run
./provisioning.sh
- Make some choice (e. g. choose your favourite IDE)
- ???
- PROFIT!!!
Feel free to create Feature request, our operations team will add requested feature ASAP