How to install course tools
Last updated
Last updated
List of tools:
Slack
Zoom
VS Code
Chrome
GIT
Node
PostgreSQL
Dbeaver
You can use the Ubuntu Software Center to search and install new software packages in the computer, it is like the Play Store used in Android mobiles. You will find this icon in the left bar:
Ubuntu: Go to the Ubuntu Software Center, search and install it.
Others: Go to the Slack Website and follow the instructions.
Ubuntu: Go to the Ubuntu Software Center, search and install it.
Others: Go to the Visual Studio Code Website and follow the instructions.
Ubuntu: Go to the Ubuntu Software Center, search and install it.
Go to the NodeJS Website and follow the instructions.
To check installation open a Terminal and execute:
Ubuntu: Go to the Ubuntu Software Center, search and install it.
Others: Go to the Git Website and follow the instructions.
To check installation open a Terminal and execute
Ubuntu: open the terminal and execute the following commands
Others: Go to Chrome Website and follow the instructions
open the terminal and execute the following commands
sudo apt-get install postgresql-12
On Linux systems, there is no default password set.
To set the default password:
Run the psql command from the postgres user account:
Set the password, try to use the same password you have in your computer, migracode
Enter the password.
And finally close psql with the command:
More info in: https://docs.boundlessgeo.com/suite/1.1.1/dataadmin/pgGettingStarted/firstconnect.html
Others: https://www.postgresql.org/download/