-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from theref/readme
Add introduction to README and link to tutorial
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# nucypher-ops | ||
|
||
|
||
## install | ||
This repo aims to streamline the process of managing and running Threshold PRE applications on remote cloud infrastructure. | ||
It has the functionality to spin up new nodes, deploy, and run the Threshold codebase, all with minimal configuration. | ||
## Installation | ||
`pip3 install nucypher-ops` | ||
|
||
`nucypher-ops --help` | ||
|
||
|
||
## hello world | ||
`nucypher-ops nodes create --cloudprovider aws|digitalocean` | ||
|
||
## Basic Usage | ||
`nucypher-ops nodes create` | ||
`nucypher-ops ursula deploy` | ||
|
||
For a more detailed guide on how to get started, follow this [tutorial](https://docs.nucypher.com/en/latest/pre_application/cloud_node_management.html). |