Skip to content

Rastopyr/zlit-prisma

Repository files navigation

Zlit Prisma workshop

Before you start

Summary

Install git

For Mac:

# with Brew
brew install git

# or with macport
sudo port selfupdate
port search git
port variants git

For Windows:

Download and install

For Linux(Ubuntu):

sudo apt-get update
sudo apt-get install git

Install Docker

For Mac:

Download and install

For windows:

Download and install

For Linux(ubuntu):

sudo apt-get update -y
sudo apt-get install -y linux-image-generic-lts-trusty linux-headers-generic-lts-trusty
sudo apt-get install -y xserver-xorg-lts-trusty libgl1-mesa-glx-lts-trusty
sudo reboot

Install docker-compose(Ubuntu)

sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

Install TS-Node

yarn global add ts-node
# or
npm install -g ts-node

Install depdendencies

yarn
# or
npm install

Releases

No releases published

Packages

No packages published