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/prework/setup/docker.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,16 +40,14 @@ Now that you have Docker Desktop up and running let's download and install Visua
40
40
Follow the next steps to install VS Code and a handy extension that you will use in this course.
41
41
42
42
1. Open your browser and navigate to <https://code.visualstudio.com/> to open the Visual Studio Code website. As the image below shows, there is a button where you
43
-
can download this software. Depending on your operating system, the button's name will change. Be sure to download the latest version.
44
-
45
-
{% hint style="info" %}
46
-
To download VS Code for any operating system, please visit the [Download Visual Studio Code page](https://code.visualstudio.com/Download) and choose the operating system of your preference.
47
-
{% endhint %}
48
-
49
-
The button to download VS Code for Windows is highlighted for this demo.
43
+
can download this software. Depending on your operating system, the button's name will change. Be sure to download the latest version. The button to download VS Code for Windows is highlighted for this demo.
50
44
51
45

52
46
47
+
{% hint style="info" %}
48
+
To download VS Code for any operating system, please visit the [Download Visual Studio Code page](https://code.visualstudio.com/Download) and choose the operating system of your preference.
49
+
{% endhint %}
50
+
53
51
2. After downloading the VS Code installer, execute it and follow the instructions by choosing the default options. Installation options may vary depending on your chip and operating system. If you need detailed instructions, please visit the [Setting up Visual Studio Code section](https://code.visualstudio.com/docs/setup/setup-overview) in the VS Code docs website.
54
52
55
53
3. Once you have installed VS Code, open it to install an extension. Extensions are additional add-ons that extend the VS Code's functionality; Microsoft provides some extensions, but also, plenty of extensions are created by other companies and developers. To install an extension, click on the "Manage" icon in the bottom left corner and choose the "Extensions" options in the image below shows.
@@ -88,9 +86,9 @@ Follow the next steps to fork the PPP repository.
88
86
89
87
You are free to navigate through the branches of previous cohorts, but please, be aware of using the correct branch for the 4th. Cohort.
90
88
91
-
{% hint style="info" %}
92
-
A **branch** is an isolated version of the main repository. Usually, branches are used to work on particular projects within a git repository. You can learn more about managing branches in GitHub in the [About branches page](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches) at GitHub Docs.
93
-
{% endhint %}
89
+
{% hint style="info" %}
90
+
A **branch** is an isolated version of the main repository. Usually, branches are used to work on particular projects within a git repository. You can learn more about managing branches in GitHub in the [About branches page](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches) at GitHub Docs.
91
+
{% endhint %}
94
92
95
93
3. To fork the repository, click the "Fork" icon in the upper right corner, as seen in the image below.
96
94
@@ -170,10 +168,6 @@ Please follow the next steps to open and configure your PPP Docker container.
170
168
171
169
6. From the new terminal window, type and execute the command`cd code` to enter into the _code_ directory of the repository. **This step is critical** as all the code and updates should run into the _code_ directory. Next, after switching to the _code_ directory, type and execute the command`cabal update` to update all the dependencies required by Plutus.
172
170
173
-
{% hint style="warning" %}
174
-
**Be patient while running these commands.** Depending on your hardware configuration and an internet connection, the time required to execute the command`cabal update` may vary. It takes at least 5 minutes to finish; however, we experienced waiting times of up to 15 minutes in some hardware and internet settings.
175
-
{% endhint %}
176
-
177
171
The following image shows a sample execution of these commands.
178
172
179
173

@@ -182,13 +176,17 @@ Please follow the next steps to open and configure your PPP Docker container.
182
176
183
177

184
178
179
+
{% hint style="warning" %}
180
+
**Be patient while running these commands.** Depending on your hardware configuration and an internet connection, the time required to execute the command`cabal update` may vary. It takes at least 5 minutes to finish; however, we experienced waiting times of up to 15 minutes in some hardware and internet settings.
181
+
{% endhint %}
182
+
185
183
7. Now, to finish the dev container setup, type and execute the command`cabal build all`in the VS Code terminal, as the image below shows.
186
184
187
185

188
186
189
-
{% hint style="warning" %}
190
-
**Be patient while running this command.** The time required to execute this command may vary depending on your hardware configuration and internet connection. It can take at least 10 minutes to finish. However, we experienced waiting times of up to 25 in some hardware and internet settings.
191
-
{% endhint %}
187
+
{% hint style="warning" %}
188
+
**Be patient while running this command.** The time required to execute this command may vary depending on your hardware configuration and internet connection. It can take at least 10 minutes to finish. However, we experienced waiting times of up to 25 in some hardware and internet settings.
0 commit comments