This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Added content on deploying for production #1774
Merged
MadelineMurray
merged 35 commits into
PegaSysEng:master
from
MadelineMurray:permServerUpdates
Jul 29, 2019
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
0ed474b
WIP
MadelineMurray 0cd240a
WIP
MadelineMurray 0bb7329
WIP:
MadelineMurray 8e1cc0e
WIP
MadelineMurray 3329412
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray d9d7716
Ready for review
MadelineMurray 4edbf16
WIP
MadelineMurray 3bd6f8d
WIP
MadelineMurray 236afe8
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray 7f58702
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray 0787fe8
Added overview of privacy methods
MadelineMurray e99111d
Added method overviews
MadelineMurray c46761a
Reorganised privacy section
MadelineMurray e261569
Moved files
MadelineMurray 12c3568
Rework
MadelineMurray a5ffe15
Merge branch 'privacyReorg' of https://github.com/MadelineMurray/pant…
MadelineMurray 9834dde
Merge branch 'MadelineMurray-privacyReorg'
MadelineMurray f55ff08
Merge branch 'master' of https://github.com/PegaSysEng/pantheon into …
MadelineMurray da054a5
Merge branch 'MadelineMurray-privacyReorg'
MadelineMurray 1ca598f
Merge branch 'managingPrivateTransactions' of https://github.com/Made…
MadelineMurray 7e1f705
rework
MadelineMurray 4acf168
Merge branch 'MadelineMurray-managingPrivateTransactions'
MadelineMurray 2058cbd
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray 1a86c07
Merge branch 'eeajsMethods' of https://github.com/MadelineMurray/pant…
MadelineMurray 9319b04
Merge branch 'MadelineMurray-eeajsMethods'
MadelineMurray fcd5f38
fix conflict
MadelineMurray 6d4f152
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray ba57ea5
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray 76b0b30
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray eab21b9
Merge branch 'master' of https://github.com/PegaSysEng/pantheon
MadelineMurray 14a2338
Added deployment for production
MadelineMurray e2abc8e
Merge branch 'master' into permServerUpdates
usmansaleem 1471abd
rework
MadelineMurray 43b9259
Merge branch 'permServerUpdates' of https://github.com/MadelineMurray…
MadelineMurray c580dd9
Merge branch 'master' into permServerUpdates
MadelineMurray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
description: Deploying Permissioning Management Dapp for production | ||
<!--- END of page meta data --> | ||
|
||
# Deploying Permissioning Management Dapp for Production | ||
|
||
To deploy the Permissioning Management dapp for production: | ||
|
||
1. Get the most recent release (tarball or zip) from the [projects release page](https://github.com/PegaSysEng/permissioning-smart-contracts/releases/latest). | ||
|
||
1. Unpack the distribution into a directory available to your webserver. | ||
|
||
1. In the root of the directory to which the distribution was unpacked, add a file called `config.json` replacing | ||
the placeholders. | ||
|
||
```json tab="config.json" | ||
{ | ||
"accountIngressAddress": "<Address of the account ingress contract>", | ||
"nodeIngressAddress": "<Address of the node ingress contract>", | ||
"networkId": "<ID of your Ethereum network>" | ||
} | ||
``` | ||
|
||
1. On your webserver, host the contents of the directory as static files and direct root requests to `index.html` | ||
|
||
## Starting a Production Permissioned Network | ||
|
||
Follow the procedure as for [Getting Started with Onchain Perissioning](Getting-Started-Onchain-Permissioning.md) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Follow the procedure for... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. s/Perissioning/Permissioning |
||
but do not perform the steps using `yarn` to install, build, and start the development server. Instead follow the procedure above to | ||
deploy the Permissioning Management dapp to your webserver. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start your first node with command line options to enable onchain permissioning, the JSON-RPC HTTP host, and...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The JSON-RPC host and port must match the environment variable so leaving the and where it is.