Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.72 KB

Continuum Sample Apps

These sample apps show how to use a variety of different languages and frameworks with Continuum, demonstrating its diversity of workloads and developer-friendly features.

Each sample is licensed under the MIT license unless otherwise specified.

Using Vagrant to launch Continuum trial image

The easiest way to try Continuum locally on your machine is to use Vagrant. You can use the Vagrantfile in this repo under vagrant/ to launch Apcera Continuum trial VirtualBox image. Make sure your VitualBox and Vagrant tools are already setup.

$ git clone https://github.com/apcera/continuum-sample-apps
$ cd vagrant
$ cp continuum-setup.conf.template continuum-setup.conf

Update the continuum-setup.conf (pick domain name prefix portion that is unique)

$ vagrant up --provider=virtualbox
$ vagrant ssh

To use VMware, replace "virtualbox" with "vmware_fusion" or "vmware_workstation".