Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 513 Bytes

Apinf deployment scripts

API Umbrella Dashboard

For production quality Meteor deployments, we are using Meteor Up

  • install Meteor Up: npm install -g mup
  • Edit mup.json & settings.json examples
  • Setup remote machine: mup setup
  • Deploy app: mup deploy --settings=settings.json

API Umbrella deployment

Production Umbrella

TBD

Local Umbrella (for development)

  • change initial admin user email in api-umbrella.yml file.
  • run vagrant up