mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
Make it clear that must restart node after installing CorDapp. (#3666)
This commit is contained in:
parent
abc1d99eaa
commit
403a165ab6
@ -158,9 +158,9 @@ Installing the CorDapp JAR
|
||||
.. note:: Before installing a CorDapp, you must create one or more nodes to install it on. For instructions, please see
|
||||
:doc:`generating-a-node`.
|
||||
|
||||
At runtime, nodes will load any CorDapps present in their ``cordapps`` folder. Therefore in order to install a CorDapp on
|
||||
a node, the CorDapp JAR must be added to the ``<node_dir>/cordapps/`` folder, where ``node_dir`` is the folder in which
|
||||
the node's JAR and configuration files are stored.
|
||||
At start-up, nodes will load any CorDapps present in their ``cordapps`` folder. Therefore, in order to install a CorDapp on
|
||||
a node, the CorDapp JAR must be added to the ``<node_dir>/cordapps/`` folder (where ``node_dir`` is the folder in which
|
||||
the node's JAR and configuration files are stored) and the node restarted.
|
||||
|
||||
CorDapp configuration files
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user