mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Clean
This commit is contained in:
@@ -105,11 +105,10 @@ git clone https://github.com/<your-username>/Compass.git
|
||||
cd Compass
|
||||
```
|
||||
|
||||
Install `opentofu`, `docker`, and `yarn`. Try running this on Linux or macOS for a faster install:
|
||||
Install `yarn` (if not already installed):
|
||||
```bash
|
||||
./setup.sh
|
||||
npm install --global yarn
|
||||
```
|
||||
If it doesn't work, you can install them manually (google how to install `opentofu`, `docker`, and `yarn` for your OS).
|
||||
|
||||
Then, install the dependencies for this project:
|
||||
```bash
|
||||
|
||||
@@ -27,6 +27,12 @@ gcloud auth login
|
||||
gcloud config set project YOUR_PROJECT_ID
|
||||
```
|
||||
|
||||
You also need `opentofu` and `docker`. Try running this (from root) on Linux or macOS for a faster install:
|
||||
```bash
|
||||
./script/setup.sh
|
||||
```
|
||||
If it doesn't work, you can install them manually (google how to install `opentofu` and `docker` for your OS).
|
||||
|
||||
### Setup
|
||||
|
||||
This section is only for the people who are creating a server from scratch, for instance for a forked project.
|
||||
|
||||
Reference in New Issue
Block a user