Skip to content

A basic nodejs webpage to display Flexible Engine ECS information

Notifications You must be signed in to change notification settings

antonin-a/nodejs-FE-InstanceInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-ECSinfo

A basic nodejs webpage to display Flexible Engine current ECS information

Requirements

  • Node 8
  • Git

Common setup

Clone the repo and install the dependencies.

git clone https://github.com/antonin-a/nodejs-ECSinfo.git
cd nodejs-ECSinfo
npm install
npm run start

Use Docker

You can also run this app as a Docker container:

Step 1: Clone the repo

git clone https://github.com/antonin-a/nodejs-ECSinfo.git

Step 2: Build the Docker image

docker build -t ecs-info .

Step 3: Run the Docker container locally:

docker run -p 3000:3000 -d ecs-info

About

A basic nodejs webpage to display Flexible Engine ECS information

Resources

Stars

Watchers

Forks

Packages

No packages published