Skip to content

Vagrant environment provisioned by Cartomatic for developers.

License

Notifications You must be signed in to change notification settings

dbazhenov/cartomatic-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Cartomatic environment for developers.

Installation

Rename config from 'settings.yml.example' to 'settings.yml' and edit parameters:

---

settings:
  source_path: "provisioner"
  playbook: "lamp.yml"
  config_path: "config/advanced.json"
  tags:
    - deploy

nodes:
  trusty:
    ip_addr: 10.0.0.10
    image: ubuntu/trusty64

Specify the directory with Cartomatic, playbook and config path. Tags are optional.

Run vagrant:

vagrant up trusty

Please wait. It may takes from 5 to 15 minutes. Done.

License

GNU Public Licence 3 (GPL v3)

About

Vagrant environment provisioned by Cartomatic for developers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages