Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Strapi Deployment
Search
Phil
August 10, 2021
Programming
0
9
Strapi Deployment
How to deploy Strapi to the Cloud.
Phil
August 10, 2021
Tweet
Share
More Decks by Phil
See All by Phil
Vx Reboost Day - API
pbachman
0
8
Vx Reboost Day - App
pbachman
0
71
Other Decks in Programming
See All in Programming
아직도 SOLID 를 '글'로만 알고 계신가요?
sh1mj1
0
340
20250326_生成AIによる_レビュー承認システムの実現.pdf
takahiromatsui
2
110
Return of the Full-Stack Developer
simas
PRO
1
300
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
2.3k
PsySHから紐解くREPLの仕組み
muno92
PRO
1
410
PHPer's Guide to Daemon Crafting Taming and Summoning
uzulla
2
530
GDG Super.init(version=6) - From Where to Wear : 모바일 개발자가 워치에서 발견한 인사이트
haeti2
0
520
Go1.24 go vetとtestsアナライザ
kuro_kurorrr
1
240
Windows版PHPのビルド手順とPHP 8.4における変更点
matsuo_atsushi
0
350
SwiftUIのObservationツールの挙動をテストしてみた
kenshih522
0
110
PHPUnit 高速化テクニック / PHPUnit Speedup Techniques
pinkumohikan
1
630
RecSys2024 参加報告
unonao
1
170
Featured
See All Featured
Embracing the Ebb and Flow
colly
84
4.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
101
18k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
Designing Experiences People Love
moore
140
23k
A Tale of Four Properties
chriscoyier
158
23k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Bash Introduction
62gerente
611
210k
Writing Fast Ruby
sferik
628
61k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
4
480
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.3k
Transcript
Strapi Deployment How to deploy Strapi to the Cloud
Agenda ► Strapi ? ► Technology Stack ► Deployment Heroku
► Deployment Linux VM
Strapi ► Headless CMS ► Open-source, Node.JS based ► Supports
SQLite, MongoDB, MySQL, Postgres, GraphQL, etc. ► Good Documentation and great Community :-) ► Highly Customizable (Providers, Plugins, etc.)
Strapi and xpera GmbH ► Made several Customer Projects with
Strapi ► Heroku/Exoscale as Hosting Providers ► Custom Upload Provider for Exoscale ► https://github.com/xpera-ch/strapi-provider-upload-exoscale
Deployment Heroku ► PaaS ► Supports Node.JS (Buildpacks) and Postgresql
out of the box ► Great Tooling (Monitoring, Logs, etc.) ► Free Plan and others
Deployment Heroku
Deployment Linux ► Ubuntu Linux ► VM on Exoscale (Swiss
Cloud Provider) ► Stack: ► Node.JS / NPM ► Postgresql ► Nginx ► Pm2 ► Certbox
Deployment Linux
Referenzen ► https://strapi.io ► https://nodejs.org ► https://www.nginx.com ► https://pm2.keymetrics.io ►
https://www.heroku.com ► https://www.exoscale.com
Our References