Skip to content

dbrugger/deno-on-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno server that runs on OpenShift

Small server written in TypeScript that runs on OpenShift with Deno.

deno-on-openshift

Running local

Simple

Prerequisite: Deno runtime: https://deno.land/#installation

deno run --allow-net server.ts

Alternative using Makefile

make run

With docker

make docker-run

OpenShift

  1. Create a project (docs)
  2. Create application (docs)
  • Choose From Dockerfile
  • Use the URL of this repository (https://github.com/dbrugger/deno-on-openshift)
  • Keep defaults for the rest
  • Create.
  • That's it. OpenShift will:
    • pull the code from the Git repository
    • build the image using the Dockerfile
    • push the image to the built-in registry
    • create the Deployment
    • create the Service
    • create the Route

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published