diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 2 insertions, 18 deletions
@@ -141,27 +141,11 @@ BitTorrent) inside the web browser, as of today. | |||
141 | 141 | ||
142 | ## Run using Docker | 142 | ## Run using Docker |
143 | 143 | ||
144 | You can quickly get a server running using Docker. You need to have [docker](https://www.docker.com/community-edition) and [docker-compose](https://docs.docker.com/compose/install/) installed. | 144 | See the [docker guide](/support/doc/docker.md) |
145 | |||
146 | For this example configuration, you should also run a reverse proxy. The example | ||
147 | Docker Compose file provides example labels for the Traefik load balancer, | ||
148 | though any HTTP reverse proxy is compatible. | ||
149 | |||
150 | Example for running a peertube server locally: | ||
151 | |||
152 | ```bash | ||
153 | sudo \ | ||
154 | PEERTUBE_HOSTNAME=peertube.lvh.me \ | ||
155 | PEERTUBE_ADMIN_EMAIL=test@example.com \ | ||
156 | PEERTUBE_TRANSCODING_ENABLED=true \ | ||
157 | docker-compose up app | ||
158 | ``` | ||
159 | |||
160 | (Get the initial root user password from the program output.) | ||
161 | 145 | ||
162 | ## Production | 146 | ## Production |
163 | 147 | ||
164 | See the [production guide](support/doc/production.md). | 148 | See the [production guide](/support/doc/production.md). |
165 | 149 | ||
166 | ## Contributing | 150 | ## Contributing |
167 | 151 | ||