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/source/install.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,18 @@ The `install-fabric.sh` script introduced in the next section automates the proc
22
22
*`fabric-ca-client`,
23
23
*`fabric-ca-server`
24
24
25
+
## Which setup path should I use?
26
+
27
+
For most users who want a working local Fabric environment with a single script, the recommended path is:
28
+
29
+
1. Install the required software from [Prerequisites](./prereqs.html).
30
+
2. Run `install-fabric.sh` to download the Fabric binaries, Docker images, and optionally `fabric-samples`.
31
+
3. Use the `fabric-samples` test network and tutorials to start a local network and deploy chaincode.
32
+
33
+
If you want to contribute to Fabric itself, use this install flow first and then continue with the
34
+
[contributor development environment](./dev-setup/devenv.html), which adds the extra tools and steps
35
+
needed to build Fabric and run its test suites.
36
+
25
37
## Download Fabric samples, Docker images, and binaries
26
38
27
39
A working directory is required - for example, Go Developers use the `$HOME/go/src/github.com/<your_github_userid>` directory. This is a Golang Community recommendation for Go projects.
0 commit comments