Skip to content

jessexu20/ServersWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ServersWorkshop

You must get into pairs. Place your names and github repos here:

Setup

  • #0 Make sure you have git installed, as well as node.js
  • #1 Start with forking this repository.
  • #2 Clone local copy

git clone https://github.ncsu.edu/YOUR REPO

  • #3 Using package manager, install dev dependencies

npm install

  • #4 Run the node program

node main.js

Nothing should appear, that's a good thing.

Workshop

Complete the remaining 7 steps specified in the code comments of main.js. You will be experimenting with code for provisioning a new server in a particular data center, that is initialized with a specified virtual machine image, using the digitalocean api v2.

The code makes use of the needle api for making http requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published