Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hyperledger_on_fedora [2018/04/04 09:34] – [Fabric Samples] rpjday | hyperledger_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) | ||
| </ | </ | ||
| Line 63: | Line 64: | ||
| ===== Build Your First Network ===== | ===== Build Your First Network ===== | ||
| + | |||
| + | ==== Upcoming cleanup ==== | ||
| + | |||
| + | * Add links to things like SOLO ordering service. | ||
| + | * Standardize on " | ||
| + | |||
| + | ==== Prerequisites ==== | ||
| + | |||
| + | Make sure platform-specific binaries are in the search path; unload them directly in '' | ||
| + | |||
| + | ==== The tutorial ==== | ||
| + | |||
| + | < | ||
| + | $ cd first-network | ||
| + | $ ./byfn.sh generate | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | $ ./byfn.sh up | ||
| + | $ ./byfn.sh down | ||
| + | </ | ||
| + | |||
| + | ===== Writing Your First Application ===== | ||