Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.
/ medic-couch-setup Public archive

Instructions for quickly setting up CouchDB for a local medic installation

Notifications You must be signed in to change notification settings

derickl/medic-couch-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!!DEPRECATED!!!!

The repository has been archived in favour of https://github.com/medic/cht-core/blob/master/INSTALL.md

medic-couch-setup

Instructions for quickly setting up CouchDB for a local medic installation

Adapted from https://github.com/medic/medic

  1. Download and Install CouchDB for your OS
  2. Install NodeJS for your OS
  3. Install horticulturalist with npm install -g horticulturalist
  4. Export the following variables on your shell

export [email protected] COUCH_URL=http://myAdminUser:myAdminPass@localhost:5984/medic

  1. Clone this repository and run npm install in the repository directory and cd into the directory
  2. Install grunt-cli globally: npm install -g grunt-cli
  3. Execute grunt secure-couchdb
  4. Lauch a medic installation (re-use the same command the next time you want to launch the setup)

COUCH_NODE_NAME=couchdb@localhost COUCH_URL=http://admin:pass@localhost:5984/medic horti --local --bootstrap=medic-version-you-want-to-install

E.g.

COUCH_NODE_NAME=couchdb@localhost COUCH_URL=http://admin:pass@localhost:5984/medic horti --local --bootstrap=3.2.1

  1. Wait for the installation to be boostrapped. Access the installation from http://localhost:5988
  2. You can access Fauxton via http://localhost:5988/_utils

About

Instructions for quickly setting up CouchDB for a local medic installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published