Skip to content

Commit 167e00c

Browse files
CAII-NCSAgitbook-bot
authored andcommitted
GITBOOK-106: No subject
1 parent e66d4fd commit 167e00c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/developers/developer-quickstart.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: Thanks for contributing to UIUC.chat ❤️
77
## Start here
88

99
* [ ] Send me (rohan13@illinois.edu) an email and request to be added to:
10-
* [GitHub Organization](https://github.com/UIUC-Chatbot) & [Frontend repo](https://github.com/CAII-NCSA/uiuc-chat-frontend), <mark style="color:yellow;">include your GitHub username</mark>.
11-
* [Secrets manager](https://env.ncsa.ai/), <mark style="color:yellow;">include your preferred email address</mark>.
10+
* [GitHub Organization](https://github.com/UIUC-Chatbot) & [Frontend repo](https://github.com/Center-for-AI-Innovation/uiuc-chat-frontend), <mark style="color:yellow;">include your GitHub username</mark>.
11+
* [Secrets manager](https://env.uiuc.chat/), <mark style="color:yellow;">include your preferred email address</mark>.
1212
* Supabase dashboard, <mark style="color:yellow;">include your GitHub's email address</mark>.
1313

1414
<details>
@@ -26,7 +26,7 @@ description: Thanks for contributing to UIUC.chat ❤️
2626

2727
{% hint style="warning" %}
2828
You must setup an account before continuing, for our secrets service [Infisical](https://infisical.com/docs/documentation/getting-started/introduction).\
29-
Confirm you can login here: [https://env.ncsa.ai/](https://env.ncsa.ai/)
29+
Confirm you can login here: [https://env.uiuc.chat/](https://env.uiuc.chat/)
3030
{% endhint %}
3131

3232
Instead of sharing `.env` files manually, we use Infiscal as a central password manager for devs. We use its CLI and web interface.
@@ -56,17 +56,17 @@ sudo apt-get update && sudo apt-get install -y infisical
5656

5757
### Where are my `.env` variables?
5858

59-
If it's running on `localhost`, the env vars come from **Infisical**, our shared secrets manager. You can add new env vars at [env.ncsa.ai](https://env.ncsa.ai).&#x20;
59+
If it's running on `localhost`, the env vars come from **Infisical**, our shared secrets manager. You can add new env vars at [env.uiuc.chat](https://env.uiuc.chat/)
6060

6161
If it's in production, or any cloud service, the env vars are stored directly in that cloud service. Those include Vercel, Railway, Beam.cloud and more. You can edit env vars in those services, just be careful.
6262

6363
## Frontend Setup
6464

65-
Frontend repo: [https://github.com/CAII-NCSA/uiuc-chat-frontend](https://github.com/CAII-NCSA/uiuc-chat-frontend)
65+
Frontend repo: [https://github.com/Center-for-AI-Innovation/uiuc-chat-frontend](https://github.com/Center-for-AI-Innovation/uiuc-chat-frontend)
6666

6767
```bash
6868
# clone the repo somewhere good
69-
git clone git@github.com:CAII-NCSA/uiuc-chat-frontend.git
69+
git clone git@github.com:Center-for-AI-Innovation/uiuc-chat-frontend.git
7070
```
7171

7272
<details>
@@ -126,7 +126,7 @@ cd uiuc-chat-frontend
126126

127127
infisical login
128128
# ⭐️ --> select "Self Hosting"
129-
# ⭐️ --> enter "https://env.ncsa.ai"
129+
# ⭐️ --> enter "https://env.uiuc.chat"
130130
# ⭐️ click the login link
131131
# ⭐️ likely enter your main computer password
132132
```
@@ -165,11 +165,11 @@ INF Injecting 32 Infisical secrets into your application process
165165

166166
## Backend Setup
167167

168-
Backend repo: [https://github.com/UIUC-Chatbot/ai-ta-backend](https://github.com/UIUC-Chatbot/ai-ta-backend)
168+
Backend repo: [https://github.com/Center-for-AI-Innovation/ai-ta-backend](https://github.com/Center-for-AI-Innovation/ai-ta-backend)
169169

170170
```bash
171171
# clone the repo somewhere good
172-
git clone git@github.com:UIUC-Chatbot/ai-ta-backend.git
172+
git clone git@github.com:Center-for-AI-Innovation/ai-ta-backend.git
173173
```
174174

175175
<details>
@@ -220,7 +220,7 @@ pip install -r requirements.txt
220220

221221
{% hint style="warning" %}
222222
You must setup an account before continuing, for our secrets service [Infisical](https://infisical.com/docs/documentation/getting-started/introduction).\
223-
Confirm you can login here: [https://env.ncsa.ai/](https://env.ncsa.ai/)
223+
Confirm you can login here: [https://env.uiuc.chat](https://env.uiuc.chat/)
224224

225225
Also make sure to install Infiscal in your local machine as mentioned above
226226
{% endhint %}
@@ -229,7 +229,7 @@ Also make sure to install Infiscal in your local machine as mentioned above
229229
cd path/to/ai-ta-backend
230230
<strong>infisical login
231231
</strong># ⭐️ --> select "Self Hosting"
232-
# ⭐️ --> enter "https://env.ncsa.ai"
232+
# ⭐️ --> enter "https://env.uiuc.chat"
233233
# ⭐️ click the login link
234234
# ⭐️ likely enter your main computer password
235235

0 commit comments

Comments
 (0)