Skip to content

Commit e6e0837

Browse files
committed
docs(deployment): add quick manual deploy instructions
1 parent a846726 commit e6e0837

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Diff for: docs/03_Deployment/00_title.md

+18
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
[STUB]
2+
3+
# Deployment
4+
5+
## Manual (Linux server)
6+
7+
1. Run `gulp build`. This will build your project into the `dist` folder by default.
8+
9+
2. Zip up the contents of your `dist` folder and send it off to your server.
10+
11+
3. On your server, unzip your built files somewhere on the disk. Ex: in a `myproj` folder.
12+
13+
4. ```bash
14+
$ cd myproj
15+
```
16+
17+
5. ```
18+
$ NODE_ENV=production node ./server
19+
```

0 commit comments

Comments
 (0)