Skip to content

R0quef0rt/corebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreBox

Travis-CI: Build Status

CoreBox is a production-ready, single-server example of DevOps technologies in practice.

Development

To build a local development environment, use the following:

vagrant up

To build a cloud development environment, use the following:

packer build packer.json

terraform init

terraform plan

terraform apply

To clean up your environments, run the following:

vagrant destroy

terraform destroy

Testing

To test the local environment, use the following:

kitchen converge default-vagrant

kitchen verify default-vagrant

To test the cloud environment, use the following:

kitchen converge default-terraform

kitchen verify default-terraform

To clean up test environments, use the following:

kitchen destroy

About

Simple development environments, leveraging best-in-class DevOps technologies and processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published