Update readme to use utils and correct branches during install
This commit is contained in:
59
readme.md
59
readme.md
@@ -7,26 +7,6 @@
|
|||||||
# Create a new directory since we are going to be pulling in engine too
|
# Create a new directory since we are going to be pulling in engine too
|
||||||
mkdir xo-terminal && cd xo-terminal
|
mkdir xo-terminal && cd xo-terminal
|
||||||
|
|
||||||
# ----- Start Engine Setup -----
|
|
||||||
# Clone the Engine Repo (Note, this uses harvey's fork of the engine repo to access the cli-test branch)
|
|
||||||
git clone https://gitlab.com/Harvmaster/engine.git
|
|
||||||
|
|
||||||
# Move into teh engine directory
|
|
||||||
cd engine
|
|
||||||
|
|
||||||
# Checkout the cli-test branch
|
|
||||||
git checkout cli-test
|
|
||||||
|
|
||||||
# Install the dependencies
|
|
||||||
npm ci
|
|
||||||
|
|
||||||
# Build the engine
|
|
||||||
npm run build
|
|
||||||
# ----- End Engine Setup -----
|
|
||||||
|
|
||||||
# Move back to the top level directory
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
# ----- Start State Setup -----
|
# ----- Start State Setup -----
|
||||||
# Clone the State Repo
|
# Clone the State Repo
|
||||||
git clone https://gitlab.com/Harvmaster/state.git
|
git clone https://gitlab.com/Harvmaster/state.git
|
||||||
@@ -34,7 +14,7 @@ git clone https://gitlab.com/Harvmaster/state.git
|
|||||||
# Move into the state directory
|
# Move into the state directory
|
||||||
cd state
|
cd state
|
||||||
|
|
||||||
git checkout in-memory-adapter
|
git checkout cli-test
|
||||||
|
|
||||||
# Install the dependencies
|
# Install the dependencies
|
||||||
npm ci
|
npm ci
|
||||||
@@ -62,6 +42,21 @@ npm run build
|
|||||||
# Move back to the top level directory
|
# Move back to the top level directory
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# ----- Start Utils Setup -----
|
||||||
|
git clone git@gitlab.com:Harvmaster/xo-cash-utils.git utils
|
||||||
|
|
||||||
|
cd utils
|
||||||
|
|
||||||
|
git checkout sse-and-backoff
|
||||||
|
|
||||||
|
npm ci
|
||||||
|
|
||||||
|
npm run build
|
||||||
|
# ----- End Utils Setup
|
||||||
|
|
||||||
|
# Move back to the top level directory
|
||||||
|
cd ..
|
||||||
|
|
||||||
# ----- Start Template Setup ----
|
# ----- Start Template Setup ----
|
||||||
# Clone the Template repo
|
# Clone the Template repo
|
||||||
git clone https://gitlab.com/Harvmaster/templates.git
|
git clone https://gitlab.com/Harvmaster/templates.git
|
||||||
@@ -79,6 +74,26 @@ npm run build
|
|||||||
# Move back to the top level directory
|
# Move back to the top level directory
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# ----- Start Engine Setup -----
|
||||||
|
# Clone the Engine Repo (Note, this uses harvey's fork of the engine repo to access the cli-test branch)
|
||||||
|
git clone https://gitlab.com/Harvmaster/engine.git
|
||||||
|
|
||||||
|
# Move into teh engine directory
|
||||||
|
cd engine
|
||||||
|
|
||||||
|
# Checkout the cli-test branch
|
||||||
|
git checkout cli-test-update
|
||||||
|
|
||||||
|
# Install the dependencies
|
||||||
|
npm ci
|
||||||
|
|
||||||
|
# Build the engine
|
||||||
|
npm run build
|
||||||
|
# ----- End Engine Setup -----
|
||||||
|
|
||||||
|
# Move back to the top level directory
|
||||||
|
cd ..
|
||||||
|
|
||||||
# ----- Start CLI Setup -----
|
# ----- Start CLI Setup -----
|
||||||
# Clone the CLI Repo
|
# Clone the CLI Repo
|
||||||
git clone https://git.harvmaster.com/Harvmaster/xo-cli.git
|
git clone https://git.harvmaster.com/Harvmaster/xo-cli.git
|
||||||
@@ -86,6 +101,8 @@ git clone https://git.harvmaster.com/Harvmaster/xo-cli.git
|
|||||||
# Move into the cli directory
|
# Move into the cli directory
|
||||||
cd xo-cli
|
cd xo-cli
|
||||||
|
|
||||||
|
git checkout kiok-update
|
||||||
|
|
||||||
# Install the dependencies
|
# Install the dependencies
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user