Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.27 KB

deploy-on-web-cezerin.md

File metadata and controls

23 lines (17 loc) · 1.27 KB

Install and Run Cezerin

Follow this installation guide for local environment. All the same for web deploy.

Cezerin Installation Guide.

Cezerin apps must be running, console command:

pm2 list all
root@ubuntu-s-1vcpu-1gb-nyc3-01:~# pm2 list all
┌───────┬────┬────────┬────────┬────────┬─────┬────────┬────────────┐
│ Name  │ id │ mode   │ status │ ↺      │ cpu │ memory │
├───────┼────┼────────┼────────┼────────┼─────┼────────┼────────────┤
│ api   │ 0  │ 0.33.0 │ fork   │ online │ 1   │ 0%     │ 139.4 MB   │
│ store │ 1  │ 0.33.0 │ fork   │ online │ 2   │ 0%     │ 136.4 MB   │
└───────┴────┴────────┴────────┴────────┴─────┴────────┴────────────┘