Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hyperledger_on_fedora [2018/04/04 09:34] – [Fabric Samples] rpjdayhyperledger_on_fedora [2018/05/01 11:20] (current) – [Upcoming cleanup] rpjday
Line 31: Line 31:
 $ sudo dnf install python3-recommonmark (what is this for?) $ sudo dnf install python3-recommonmark (what is this for?)
 $ sudo dnf install latexmk (for "make latexpdf") $ sudo dnf install latexmk (for "make latexpdf")
 +$ sudo dnf install python3-sphinx_rtd_theme (read the docs)
 </code> </code>
  
Line 63: Line 64:
  
 ===== Build Your First Network ===== ===== Build Your First Network =====
 +
 +==== Upcoming cleanup ====
 +
 +  * Add links to things like SOLO ordering service.
 +  * Standardize on "---" em dashes.
 +
 +==== Prerequisites ====
 +
 +Make sure platform-specific binaries are in the search path; unload them directly in ''fabric-samples'' directory.
 +
 +==== The tutorial ====
 +
 +<code>
 +$ cd first-network
 +$ ./byfn.sh generate
 +</code>
 +
 +<code>
 +$ ./byfn.sh up
 +$ ./byfn.sh down
 +</code>
 +
 +===== Writing Your First Application =====
  • hyperledger_on_fedora.1522834472.txt.gz
  • Last modified: 2018/04/04 09:34
  • by rpjday