🔏
starhackit
  • README
  • Getting started
    • Requirements
    • Quick Start
  • Frontend
    • The Frontend
      • Npm scripts
    • Unit testing
    • End 2 End Testing
    • Multi Application
    • Production Build
    • Internationalization
    • Configuration
    • Cut and Paste detector
    • Webpack
  • Backend
    • Node Backend
      • Npm scripts
    • Development Enviromnent with docker-compose
    • Testing
      • Code Coverage
    • Configuration
    • Debugging
    • Database
    • Http Server
      • CORS
    • Authentication
      • Social Authentication
      • Local Authentication with JWT
    • Email
    • Redis
    • Api Model
      • Api Mocking
  • Deployment
    • Build, Tag and Push Docker Images
    • Releasing
    • Deploy Infrastructure with GruCloud
    • Deploy with Ansible
Powered by GitBook
On this page
  • Git
  • Node
  • Docker
  • Postgres
  • Ansible

Was this helpful?

  1. Getting started

Requirements

Git

$ git --version
git version 2.21.1 (Apple Git-122.3)

Node

$ node -v
v13.10.1

Docker

$ docker -v
Docker version 19.03.8, build afacb8b

Postgres

$ psql --version
psql (PostgreSQL) 12.2

Ansible

$ ansible --version
ansible 2.9.6
PreviousREADMENextQuick Start

Last updated 5 years ago

Was this helpful?