https://github.com/apinf/devops
Scripts for APInf deployments.
https://github.com/apinf/devops
Last synced: over 1 year ago
JSON representation
Scripts for APInf deployments.
- Host: GitHub
- URL: https://github.com/apinf/devops
- Owner: apinf
- Created: 2015-10-22T14:19:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T15:19:14.000Z (over 10 years ago)
- Last Synced: 2025-01-21T09:28:02.450Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apinf deployment scripts
## API Umbrella Dashboard
For production quality Meteor deployments, we are using [Meteor Up](https://github.com/arunoda/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`