Skip to content

tramaLabs/platform

Repository files navigation

Trama

Stack

Getting Started

Requirements

  • Mac OS X, Windows, or Linux
  • Node.js v5.0 or newer
  • npm v3.3 or newer (new to npm?)
  • node-gyp prerequisites mentioned here
  • Text editor or IDE pre-configured with React/JSX/Flow/ESlint (learn more)

Installation

npm install

Local DB

Requirements

  • docker

Installation

cd tools/docker/postgresql
docker build -t postgresql .
docker run -itd --restart always --publish 5433:5432 --name postgresql --volume /srv/docker/postgresql:/var/lib/postgresql postgresql

Learn More