Skip to content

pescerosso/continuum-sample-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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".

About

Sample apps for Continuum stagers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 41.0%
  • JavaScript 23.8%
  • HTML 13.7%
  • CSS 8.5%
  • Shell 5.7%
  • Python 2.3%
  • Other 5.0%