-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update project structure to allow for more example repos
- Loading branch information
1 parent
369d70f
commit 5bfa3ac
Showing
5 changed files
with
31 additions
and
68 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
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,12 +1,17 @@ | ||
# Get Started Tutorial (sources) | ||
|
||
Contains source code, deployment and generation scripts for the | ||
[get started](https://dvc.org/doc/get-started) tutorial. | ||
Contains source code, deployment and generation scripts for example DVC | ||
repositories used in the [Get Started](https://dvc.org/doc/get-started) and | ||
other sections of the docs. | ||
|
||
- `create.sh` - generates the `example-get-started` repository. The previous | ||
version must be manually deleted on Github. Code bundle is downloaded from | ||
S3 the same way as in the online tutorial. If you update code, make sure | ||
to run `deploy.sh` first to make sure that the archive is up to date. | ||
- `deploy.sh` - deploys code archive that is downloaded as part of the tutorial | ||
to S3. | ||
- `get-started.sh` - generates the `example-get-started` DVC project from | ||
scratch. Code bundle is downloaded from S3 the same way as in the _Get | ||
Started_ -> [Connect Code and | ||
Data](https://dvc.org/doc/get-started/connect-code-and-data) chapter. | ||
|
||
If you change [source code](code/src/) files, run `deploy.sh` first to make | ||
sure that the code.zip archive is up to date. | ||
|
||
- `deploy.sh` - deploys code archive that is downloaded as part of the | ||
`get-started.sh` to S3. | ||
> Requires AWS CLI and write access to `dvc-share` S3 bucket. |
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