Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

gregberge/shipit-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-world

Demo project for Shipit tutorial.

Set up remote server

Create the remote user:

useradd deploy -m

Enable ssh with our authorized key:

mkdir /home/deploy/.ssh
cat my_id_rsa.pub >> /home/deploy/.ssh/authorized_keys
chown -R deploy:deploy /home/deploy/.ssh
chmod 700 /home/deploy/.ssh
chmod 600 /home/deploy/.ssh/authorized_keys

Create the deploy directory:

mkdir -p /usr/src/hello-world
chown deploy:deploy /usr/src/hello-world

About

Deploy node.js application using Shipit (tutorial).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published