generator-angular-fullstack
  • The Angular Full-Stack Generator
  • Getting Started
    • Pre-Requisites
    • Installation
    • Running
    • Project Overview
  • Developing
    • Overview
    • Adding a Route
  • Deployment
    • Manual Deployment
    • Google Cloud Deployment
    • index
  • Generators
    • App
    • Endpoint
  • Contributing
    • Releasing a New Version
    • Commit Style
Powered by GitBook
On this page
  • Deployment
  • Manual (Linux server)
  • Gcloud App Engine (Standard Environment)

Was this helpful?

  1. Deployment

Manual Deployment

PreviousAdding a RouteNextGoogle Cloud Deployment

Last updated 5 years ago

Was this helpful?

[STUB]

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

Gcloud App Engine (Standard Environment)