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
Copy file name to clipboardExpand all lines: docs/src/content/docs/start-here/database-setup.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import { Steps } from '@astrojs/starlight/components';
9
9
This guide will help you install and setup PostgreSQL for hosting the database locally.
10
10
11
11
## Windows
12
-
:::caution[]
12
+
:::caution
13
13
**Windows is not supported for firmware and ground station development.**
14
14
15
15
If you are using Windows, you will need to install Windows Subsystem for Linux (WSL). WSL lets you run a complete Linux environment directly inside Windows without virtual machine overhead or dual booting.
@@ -29,7 +29,7 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
29
29
30
30
2. Run `sudo -u postgres psql --version` to ensure PostgreSQL was installed properly. It should print that the major version is 16.
31
31
32
-
3. Run the following commands to setup PostgreSQL for the ground station.
32
+
3. Run the following commands to setup PostgreSQL for the ground station.
33
33
:::caution
34
34
Make your PostgreSQL username the same as your Linux username.
35
35
Also, try not to include special characters in your password as it may break connection strings.
0 commit comments