Skip to content

chewbranca/hackcouch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackcouch

Debian based Vagrant VM dev environment for CouchDB.

Setup

mkdir ~/boxes
mkdir ~/boxes/couchdb
mkdir ~/src

git clone https://github.com/chewbranca/hackcouch.git ~/src/hackcouch

ln -s ~/src/hackcouch/VagrantFile ~/boxes/couchdb
ln -s ~/src/hackcouch/playbooks_enabled/ ~/boxes/couchdb/playbooks_enabled

cd ~/boxes/couchdb
vagrant up
...

vagrant ssh
tmux -2

cd src/couchdb
./configure
make couch
./dev/run --with-haproxy --haproxy /usr/sbin/haproxy --admin=adm:pass

Hack the planet!

About

How I hack on CouchDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages