Intro

WARNING: This is a work in progress. The scripts are not yet ready for production use.

This script is used to deploy the v1.0 development environment. The v1.0 environment has not been released yet, so this script is only for laf contributors to use in the development environment.

Create development environment on Linux

cd deploy/scripts

# replace with your domain here. 
export DOMAIN=127.0.0.1.nip.io  

# install k8s cluster
sh install-on-linux.sh $DOMAIN  

Create development environment on MacOS

  1. Install multipass on MacOS
# Skip this step if you have already installed multipass
# see https://multipass.run/install
brew install --cask multipass 
  1. Create vm & deploy in it
cd deploy/scripts
sh install-on-mac.sh  # create vm & setup in it