Skip to content

Commit 4fe2094

Browse files
committed
Remove One click deployment section
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent d2587f3 commit 4fe2094

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,12 @@ hostname = "https://my.test.host:4443"
104104

105105
Server will be accessible from `http://localhost:8080`, but episode links will point to `https://my.test.host:4443/ID1/...`
106106

107-
## One click deployment
108-
109-
[![Deploy to AWS](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-1#/stacks/new?stackName=Podsync&templateURL=https://podsync-cf.s3.amazonaws.com/cloud_formation.yml)
110-
111107
## How to run
112108

113109

114110
### Build and run as binary:
115111

116-
Make sure you have created the file `config.toml`. Also note the location of the `data_dir`. Depending on the operating system, you may have to choose a different location since `/app/data` might be not writable.
112+
Make sure you have created the file `config.toml`. Also note the location of the `data_dir`. Depending on the operating system, you may have to choose a different location since `/app/data` might be not writable.
117113

118114
```
119115
$ git clone https://github.com/mxpv/podsync
@@ -128,6 +124,7 @@ Use the editor [Visual Studio Code](https://code.visualstudio.com/) and install
128124

129125

130126
### Run via Docker:
127+
131128
```
132129
$ docker pull ghcr.io/mxpv/podsync:latest
133130
$ docker run \
@@ -139,8 +136,9 @@ $ docker run \
139136
```
140137

141138
### Run via Docker Compose:
139+
142140
```
143-
$ cat docker-compose.yml
141+
$ cat docker-compose.yml
144142
services:
145143
podsync:
146144
image: ghcr.io/mxpv/podsync

0 commit comments

Comments
 (0)