Skip to content

ISDCF/registries-server

Repository files navigation

ISDCF Registries Server

EXPERIMENTAL

A JSON-based registries server synchronized to the ISDCF Registries.

The running service may be found here:

Environment

The registry feeding this API may be changed in package.json or optionally overridden with the REGISTRY_REPOSITORY environment variable.


Installation

To run locally:

$ git clone <repo>
$ cd registry-server
$ npm install
$ npm start

Initial Deploy to AWS Elastic Beanstalk (using Terraform)

$ rm -rf node_modules/
$ cd tf
$ export AWS_ACCESS_KEY_ID=<your secret>
$ export AWS_SECRET_ACCESS_KEY=<your secret>
$ terraform init
$ terraform plan
$ terraform apply
$ aws elasticbeanstalk update-environment ... (see final command output from previous step)

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •