Welcome.
The following documentation will provide information which will help you set up your developer environment. Please follow the instructions carefully.
Most of the set-up will be done using the terminal. Please press Ctrl+Alt+T in order to launch your terminal. The following installation commands should be run inside your terminal.
Note: you can paste comands inside your terminal by pressing Ctrl+Shift+V.
sudo apt install git
cd ~ && mkdir Programs && cd Programs && git clone git@github.com:ervin-szilagyi/welcome.git
The script bellow will install the following tools:
Development:
- Oracle Java 8
- IntellIJ Ultimate
- NodeJS
- Yarn
- Visual Studio Code
- Vim
- DBeaver
- FileZilla
Communication:
- Skype
- Slack
Browser
- Chrome
Utilities
- tree
- htop
cd welcome && sudo ./setup.sh
By pressing Super (Windows) key, you should be able to search for installed applications. Please search for IntellIJ and open it. Please use the evaluation license for now, the activation will take place later.
Please install Docker by running the following script: ./setup-docker.sh. This will install docker and docker-compose on your machine. Please fill your user and run sudo usermod -aG docker your-user in order to avoid the need to use docker with sudo every time. Please note that you will have to log out and log back in order for this change to take place.
Please create a github account having the username as -. Example: ervin-szilagyi. You may use your work email address to create the account.
Please follow the instructions from here in order to generate an ssh key.
Please follow the instructions from here in order to add the SSH key to your account.
The installation uses ~/Programs folder for storing temporary installation files. If you want to clean this up, just run rm -r ~/Programs to delete this folder.
Great job. You are good to go.