hoodiehq-archive / legacy-hoodie-vagrant

⛔ not up-to-date
Apache License 2.0
5 stars 1 forks source link

hoodie-vagrant setup v1.0.0

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

Prerequirements

Setup the VM

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

You can either:

Or start from your own machine:

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