-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove VM-specific dependency setup (#6412)
- Loading branch information
Showing
4 changed files
with
2 additions
and
100 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,6 +1,3 @@ | ||
# Running CCF on a virtual machine | ||
The `setup_vm` directory contains Ansible playbooks that allow setting up a VM or container with the necessary dependencies to build or run CCF applications. | ||
|
||
This folder contains two separate ways of setting up a development environment for CCF itself and apps. | ||
|
||
1. [azure_vm](./azure_vm/README.md) provides an opinionated way of creating a Virtual Machine on Azure and install CCF for you by cloud-init. | ||
2. `setup_vm` assumes that a bare environment is already available (VM or container) and provides Ansible scripts to setup the development environment by either cloning this repository or installing the CCF Debian package | ||
See https://microsoft.github.io/CCF/main/build_apps/install_bin.html for more detail. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.