Posts

Showing posts with the label install

Introduction to PostgreSQL

Image
  Introduction to PostgreSQL CREATOR: Amruta Ashish Pednekar What is PostgresQL ? Database For   Storing Data Database system which stores data into tables for easy access Install PostgresQL  Go to https://www.postgresql.org/download/ Select your opening system family Download installer Click on downloaded installer and run as administrator Enter admin password. It will start installation. Click on NEXT button after every step It will ask you for a password for database superuser . Enter and note is somewhere for future use Check below option Finish installation Starting PGAdmin  Go to path where you installed PostgreSQL Go to <version> -> PGAdmin -> bin Open pgAdmin4 Set a master password for pgAdmin Connect to server Go to the left panel. Click on to servers Select server . Its PostgreSQL<version> Enter the same password you set while PostgreSQL installation Once you are connected to server, you can see other dropdowns like Tablespaces If you fac...

Software Installation on Ubuntu

Image
Installing software on Ubuntu machine with software center or terminal is simple and easy. If you are looking for it with detailed information and steps, you are at right place ! Photo credit : https://en.wikipedia.org/wiki/Ubuntu Software installations ON UBUNTU LINUX CREATOR: Amruta Ashish Pednekar Prerequisites  Log in as a user with sudo privileges.  Description This document includes the steps to install  ruby on rails on your ubuntu linux machine. Index  Ruby SQLite3  Node.js Yarn gem PostgreSQL Thunderbird Freeoffice Slack Docker Fonts  Bold font shows  title Underlined font shows multiple ways of doing the same installation.  This font shows commands in terminal  This font shows general comment, description or normal text   The URL shows link Note Open terminal shortcut  Ctrl+Alt+T sudo apt update - a  command  is used to update package information from configured sources. Before installing any applicatio...