This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -108,14 +108,24 @@ This is one example of your typical day-to-day workflow using StaticBackend.
108
108
109
109
## Get started with the self-hosted version
110
110
111
+ [ ![ Get started with self-hosted version] ( https://img.youtube.com/vi/vQjfaMxidx4/0.jpg )] ( https://www.youtube.com/watch?v=vQjfaMxidx4 )
112
+
113
+ _ Click on the image above to see a video showing how to get started with the
114
+ self-hosted version_ .
115
+
111
116
Please refer to this [ guide here] ( https://staticbackend.com/getting-started/self-hosting/ ) .
112
117
118
+ We also have this
119
+ [ blog post] ( https://staticbackend.com/blog/get-started-self-hosted-version/ )
120
+ that also includes the above video.
121
+
113
122
If you have Docker & Docker Compose ready, here's how you can have your server
114
123
up and running in dev mode in 30 seconds:
115
124
116
125
``` shell
117
126
$
> git clone
[email protected] :staticbackendhq/core.git
118
127
$> cd core
128
+ $> cp .demo.env .env
119
129
$> docker build . -t staticbackend:latest
120
130
$> docker-compuse -f docker-compose-demo.yml up
121
131
```
You can’t perform that action at this time.
0 commit comments