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
Note that the postgres server will not automatically re-start after your computer reboots, so you'll need to re-run that command anytime you restart or if your clients are unable to connect. To make that easier, we can create an **alias** so that you can do that with a single command. Run this command to create the alias:
Copy file name to clipboardExpand all lines: system-setup/1-environment.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Make back ups of the files listed below. You may get a `No such file or director
17
17
-`mv ~/.bashrc .bashrc.bak`
18
18
-`mv ~/.bash_profile .bash_profile.bak`
19
19
-`mv ~/.profile .profile.bak`
20
+
-`mv ~/.zprofile .zprofile.bak`
20
21
-`mv ~/.zshrc .zshrc.bak`
21
22
22
23
## Windows & Linux Users Only
@@ -25,7 +26,7 @@ Make back ups of the files listed below. You may get a `No such file or director
25
26
sudo apt-get install zsh
26
27
```
27
28
28
-
After installing, type `zsh`. Zsh will ask you to choose some configuration. We will do this later by installing `oh-my-zsh`. Chose option 0 to create the config file (prevent this message to show again).
29
+
After installing, type `zsh`. Zsh will ask you to choose some configuration. We will do this later by installing `oh-my-zsh`. Chose option 0 to create the config file (prevent this message to show again).
29
30
30
31
Now, let's move on to getting our development applications installed.
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (***Note:****You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes.*)
19
+
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (**_Note:_**_You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes._)
20
20
-**MAC Users**
21
21
- You will likely be prompted to install XCode command line tools. Say "Yes".
22
22
- When it completes, follow the "Next steps:" instructions, which should be:
> **If `brew update` still fails to run, [click here](../error/error.md) and do not continue with the following steps until you have Homebrew properly installed**
Copy file name to clipboardExpand all lines: system-setup/linux/1-environment.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Make back ups of the files listed below. You may get a `No such file or director
17
17
-`mv ~/.bashrc .bashrc.bak`
18
18
-`mv ~/.bash_profile .bash_profile.bak`
19
19
-`mv ~/.profile .profile.bak`
20
+
-`mv ~/.zprofile .zprofile.bak`
20
21
-`mv ~/.zshrc .zshrc.bak`
21
22
22
23
## Install Z Shell
@@ -25,7 +26,7 @@ Make back ups of the files listed below. You may get a `No such file or director
25
26
sudo apt-get install zsh
26
27
```
27
28
28
-
After installing, type `zsh`. Zsh will ask you to choose some configuration. We will do this later by installing `oh-my-zsh`. Chose option 0 to create the config file (prevent this message to show again).
29
+
After installing, type `zsh`. Zsh will ask you to choose some configuration. We will do this later by installing `oh-my-zsh`. Chose option 0 to create the config file (prevent this message to show again).
29
30
30
31
Now, let's move on to getting our development applications installed.
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (***Note:****You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes.*)
20
+
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (**_Note:_**_You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes._)
21
21
- Once the main installation finishes (could take up to 30 minutes), **look at the output at the bottom of your terminal**. You may see an arrow pointing to "Next Steps" line with 2 commands.
22
22
23
23

@@ -30,7 +30,7 @@ In your terminal, enter the following command:
30
30
31
31
Once the installation has completed, **run:**
32
32
33
-
`brew doctor`
33
+
`brew doctor`
34
34
35
35
**if** return output is:
36
36
@@ -50,18 +50,17 @@ working fine: please don't worry or file an issue; just ignore this. Thanks!
> **If `brew update` still fails to run, [click here](../../error/error.md) and do not continue with the following steps until you have Homebrew properly installed**
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (***Note:****You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes.*)
21
+
- You will be prompted several times along the way. Enter your password when prompted, accept all the defaults, say "Yes" if prompted. (**_Note:_**_You will not have any visual feedback on your screen as you type. It is protecting your password by not displaying ANYTHING at all to the screen, but it is registering your key strokes._)
22
22
23
23
- You will likely be prompted to install XCode command line tools. Say "Yes".
24
24
@@ -27,8 +27,8 @@ In your terminal, enter the following command:
27
27

0 commit comments