Skip to content

Commit

Permalink
Specify demo directory
Browse files Browse the repository at this point in the history
  • Loading branch information
chester-leung committed Apr 2, 2021
1 parent 817680f commit cb027a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To quickly get a flavor of MC<sup>2</sup>, you can work in a Docker image that c
build/sbt run
```

1. Once you've started the compute service, encrypt and transfer the encrypted data. Data to be encrypted/transferred is in `mc2.yaml` (this is pre-populated with the sample data). In this quickstart, the "transfer" is just a `scp` to another directory in the same container. In practice, the transfer is an upload to a remote machine in the cloud. The destination path for the data can also be specified in the configuration YAML under `cloud/data_dir`. Run the following command depending on which compute service you've started.
1. Once you've started the compute service, encrypt and transfer the encrypted data. Data to be encrypted/transferred is in `mc2.yaml` (this is pre-populated with the sample data). In this quickstart, the "transfer" is just a `scp` to another directory in the same container. In practice, the transfer is an upload to a remote machine in the cloud. The destination path for the data can also be specified in the configuration YAML under `cloud/data_dir`. In the `demo` directory, run the following command depending on which compute service you've started.

```sh
mc2 upload --xgb/--sql
Expand Down

0 comments on commit cb027a0

Please sign in to comment.