diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:11:14 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 14:11:14 +0000 |
| commit | 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch) | |
| tree | 5bc74dfaa913c8db9d909af336e139f1630d4ce3 /README.md | |
init repo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a66c56 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# CAS4 network + +<img src="https://avatars.githubusercontent.com/u/175958109?s=100&v=4" alt="Logo" align="right"/> + +This repository refers to the network of the CAS-4 project of this organisation. + +## Set up + +You can run Kubernetes via Minikube or K3s. After the installation (we suggest +you Minikube in this case) you have to set up the environment: + +- `JWT_SECRET`: the base64 version of the secret used for JWT tokens. +- `EXPO_ACCESS_TOKEN`: the base64 version of the [Expo](https://expo.dev) access token. +- `UNREALSPEECH_TOKEN`: the base64 version of the [Unrealspeech](https://unrealspeech.com/) access token. +- `RUST_LOG`: level of Rust logging + +After that just run + +```sh +./run.sh apply +``` |
