You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- This repository uses [just](https://github.com/casey/just) to run the set up tasks
41
+
42
+
```
43
+
brew install just
44
+
```
45
+
46
+
- install the cortex CLI (required to setup Justfile)
47
+
48
+
```
49
+
brew tap cortexapps/tap
50
+
brew install cortexapps-cli
51
+
```
52
+
53
+
- Create a Cortex personal token following the steps in https://docs.cortex.io/docs/walkthroughs/workspace-settings/personal-tokens, and then set environment variable CORTEX_API_KEY with the token value
54
+
55
+
```
56
+
export CORTEX_API_KEY=<your personal token>
57
+
```
58
+
59
+
- set environment variable CORTEX_EMAIL with email that will be used as the owner of the Learn Cortex entity
0 commit comments