All Projects → hoodiehq-archive → Legacy Hoodie Vagrant

hoodiehq-archive / Legacy Hoodie Vagrant

Licence: apache-2.0
⛔ not up-to-date

Labels

Projects that are alternatives of or similar to Legacy Hoodie Vagrant

Symfony2 Vagrant
Symfony2 Vagrant development setup with Nginx, MySQL,PhpMyAdmin, MongoDb and other handfull tools
Stars: ✭ 264 (+5180%)
Mutual labels:  puppet
Puppet Elasticsearch
Elasticsearch Puppet module
Stars: ✭ 396 (+7820%)
Mutual labels:  puppet
Vagrantpress
A WordPress Development Environment With Vagrant/Puppet
Stars: ✭ 748 (+14860%)
Mutual labels:  puppet
Puppet Jenkins
Puppet module for Jenkins
Stars: ✭ 280 (+5500%)
Mutual labels:  puppet
Bolt
Bolt is an open source orchestration tool that automates the manual work it takes to maintain your infrastructure on an as-needed basis or as part of a greater orchestration workflow. It can be installed on your local workstation and connects directly to remote nodes with SSH or WinRM, so you are not required to install any agent software.
Stars: ✭ 380 (+7500%)
Mutual labels:  puppet
Puppet Nginx
Puppet Module to manage NGINX on various UNIXes
Stars: ✭ 462 (+9140%)
Mutual labels:  puppet
devops
Setup & installers for databases, runtimes, queues etc. using Anaconda, Ansible, Vagrant, Docker, AWS, Puppet, automation etc.
Stars: ✭ 28 (+460%)
Mutual labels:  puppet
Puppet Mha
The MHA module handles installing, configuring, and running MHA for MySQL.
Stars: ✭ 5 (+0%)
Mutual labels:  puppet
Puppet Examples
A collection of advanced puppet examples (uses older versions of puppet v3/v2)
Stars: ✭ 393 (+7760%)
Mutual labels:  puppet
Psick
Puppet Systems Infrastructure Construction Kit: The control-repo
Stars: ✭ 666 (+13220%)
Mutual labels:  puppet
Vagrant Ubuntu Oracle Xe
Install Oracle 11g XE in a Vagrant virtual machine running Ubuntu 12.04
Stars: ✭ 295 (+5800%)
Mutual labels:  puppet
Wirbelsturm
Wirbelsturm is a Vagrant and Puppet based tool to perform 1-click local and remote deployments, with a focus on big data tech like Kafka.
Stars: ✭ 332 (+6540%)
Mutual labels:  puppet
Zentral
Zentral is an open-source solution for infrastructure monitoring and endpoint event stream processing. It provides build-in orchestration of macOS security components (Santa, Osquery, et-al.), event correlation and event management. It consolidates its features with various data store backends (ElasticStack, Azure Log Analytics, Splunk, et-al.).
Stars: ✭ 522 (+10340%)
Mutual labels:  puppet
Puppetdb
Centralized Puppet Storage
Stars: ✭ 263 (+5160%)
Mutual labels:  puppet
Puppet Aptly
Puppet module to deploy and manage aptly, a Debian repository management tool http://www.aptly.info/
Stars: ✭ 5 (+0%)
Mutual labels:  puppet
Tarmak
A toolkit for Kubernetes cluster provisioning and lifecycle management
Stars: ✭ 263 (+5160%)
Mutual labels:  puppet
Garethr Docker
Puppet module for managing docker
Stars: ✭ 404 (+7980%)
Mutual labels:  puppet
Sgnl05 Colorprompt
Puppet module for adding colors to your bash prompt
Stars: ✭ 5 (+0%)
Mutual labels:  puppet
Puppet Strongswan
Manages StrongSwan on a host with Puppet
Stars: ✭ 5 (+0%)
Mutual labels:  puppet
Chassis
📦 Chassis is a virtual server for your WordPress site, built using Vagrant.
Stars: ✭ 602 (+11940%)
Mutual labels:  puppet

hoodie-vagrant setup v1.0.0

Goal of this project is to enable hoodie based development in a vagrant vm.

Prerequirements

Setup the VM

  • checkout this repository hoodie-vagrant
  • cd hoodie-vagrant
  • vagrant up

Now your VM with a fresh couchdb, nodejs and hoodie-cli will be setup.

You can either:

  • vagrant ssh
  • hoodie new myappname
  • cd myappname
  • set variables (view next part: Exports)
  • hoodie start no-open-browser

Or start from your own machine:

  • setup hoodie (skip couchdb setup, thats included in the VM ;-))
  • hoodie new myappname
  • cd myappname
  • set variables (view next part: Exports)
  • ./node_modules/hoodie-app/bin/start --no-open-browser

Exports

To make sure hoodie talks to the right databse export your config:

export COUCH_URL=http://localhost:5985 export HOODIE_ADMIN_USER=admin export HOODIE_ADMIN_PASS=mysecretpassword

enable access from other ips export HOODIE_BIND_ADDRESS=0.0.0.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].