/NoNameApp

Primary LanguageJavaMIT LicenseMIT

#No Name App

.

Table of Contents

Coding

Precondition

Development Process for Server

Preparation of machine to use PostgresSQL

How to use Postgres from Oracle VirtualBox

  1. Install Oracle VirtualBox if you got old windons version
  2. Start docker Quickstart Terminal
  3. Run command docker ps --all to list docker container in docker
  4. Run command docker run --name nameC -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres

back to top