Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 570 Bytes

manual-deployment.md

File metadata and controls

27 lines (20 loc) · 570 Bytes
title sort
Deployment
0

Manual Deployment

{% hint style="warning" %}

[STUB]

{% endhint %}

Deployment

Manual (Linux server)

  1. Run gulp build. This will build your project into the dist folder by default.
  2. Zip up the contents of your dist folder and send it off to your server.
  3. On your server, unzip your built files somewhere on the disk. Ex: in a myproj folder.
  4. $ cd myproj
  5. $ NODE_ENV=production node ./server