Skip to content

Commit

Permalink
Remove VM-specific dependency setup (#6412)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Jul 30, 2024
1 parent f352029 commit 56b346e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 100 deletions.
7 changes: 2 additions & 5 deletions getting_started/README.md
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.
15 changes: 0 additions & 15 deletions getting_started/azure_vm/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions getting_started/azure_vm/ccf-cloudinit.yml

This file was deleted.

38 changes: 0 additions & 38 deletions getting_started/azure_vm/install_ccf_on_azure_vm.sh

This file was deleted.

0 comments on commit 56b346e

Please sign in to comment.