Skip to content

ryanj/restify-base

Repository files navigation

A basic Restify project Build Status Dependency Check

With support for serving easy APIs and static content

Launch on OpenShift

To deploy a clone of this application using the rhc command line tool:

rhc app create restify nodejs-0.10 --from-code=https://github.com/ryanj/restify-base.git

Or link to a web-based clone+deploy on OpenShift Online or on your own OpenShift cloud:

https://openshift.redhat.com/app/console/application_type/custom?cartridges%5B%5D=nodejs-0.10&initial_git_url=https%3A%2F%2Fgithub.com%2Fryanj%2Frestify-base.git

Local Development

Install dependencies:

npm install

Start a local server:

npm start

Docker

To run the related docker image:

docker pull ryanj/restify-base
docker run -d -p 8080:8080 -e "HOSTNAME=localhost" -e "APP_NAME=app_name" ryanj/restify-base

OpenShiftM5 and kubernetes

A sample kubernetes pod configuration file is included for running this project's Docker build on an OriginM5 hosting environment:

HOSTNAME=localhost APP_NAME=app_name $GOPATH/src/github.com/openshift/origin/_output/go/bin/openshift kube create pods -c ~/src/restify-base/restify-base.json

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)

About

A basic Restify example with support for easy APIs and static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published