Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trieloff/gotta-get-you-onto-my-server
Provision virtual servers, the serverless way
https://github.com/trieloff/gotta-get-you-onto-my-server
Last synced: 9 days ago
JSON representation
Provision virtual servers, the serverless way
- Host: GitHub
- URL: https://github.com/trieloff/gotta-get-you-onto-my-server
- Owner: trieloff
- License: apache-2.0
- Created: 2017-11-01T18:44:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T11:34:31.000Z (about 7 years ago)
- Last Synced: 2024-11-18T08:12:13.343Z (2 months ago)
- Language: Clojure
- Size: 318 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotta-get-you-onto-my-server
[![CircleCI](https://circleci.com/gh/trieloff/gotta-get-you-onto-my-server.svg?style=svg)](https://circleci.com/gh/trieloff/gotta-get-you-onto-my-server)
Provision virtual servers, the serverless way
## Building
```bash
$ npm install
$ npm run release
$ npm run package
```## Deploy
```bash
$ npm run deploy
```## Run a Request
```bash
$ source ~/.wskprops && curl https://$APIHOST/api/v1/web/$NAMESPACE/default/echo
```