> For the complete documentation index, see [llms.txt](https://awk34.gitbook.io/generator-angular-fullstack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://awk34.gitbook.io/generator-angular-fullstack/deployment/manual-deployment.md).

# 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. ```bash
   $ cd myproj
   ```
5. ```
   $ NODE_ENV=production node ./server
   ```

### [Gcloud App Engine (Standard Environment)](https://app.gitbook.com/s/-Ls_gra1fRGDlxMxswlO/deployment/gcloud-deployment.md)
