Skip to content

HEAF - DigitalOcean Industry Immersion Demo Project

Notifications You must be signed in to change notification settings

marc-lebourdais/heaf-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

heaf-demo

HEAF - DigitalOcean Industry Immersion Demo Project

Deployment

First, create a droplet in DigitalOcean Cloud. Use a password, such as HEAF2020DO.

Next, log into the droplet as the root user with:

$ ssh root@<ip>
(enter the password and hit <enter> to log in)

Install nginx on the machine:

# apt update && apt install nginx

Lastly, copy the web files to the remote droplet where nginx expects them:

$ scp final/* root@<ip>:/var/www/html/.

About

HEAF - DigitalOcean Industry Immersion Demo Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published