1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00
Asaad Mahmood bf1c1a82b1
Focalboard Website Update V2 (#4391)
* Updating focalboard website

* Updating video

* Updating ui

* Updating header

* Updating board views and adding loop

* Updating docs pages

* Updating blog

* Updating UI

* Updating downloads page

* Updating teams item

* Updating downloads page

* Updating UI

* Updating docs

* Updating UI

* Updating lucky orange

* Updating link

* Updating intro text

* Updating css version

* Minor UI Fixes

* Updating css

* Updating css version

* Updating css version
2023-01-25 07:37:34 +05:00

25 lines
592 B
Markdown

---
title: "Personal Server (Docker)"
date: "2020-12-15T12:02:23-04:00"
subsection: Personal Edition
weight: 4
---
You can download and run the latest version of Focalboard Personal Server with a single-line <a href="https://www.docker.com/">Docker</a> command:
```
docker run -it -p 80:8000 mattermost/focalboard
```
Then open a browser to <a href="http://localhost">http://localhost</a>.
or, to specify a port number:
```
docker run -it -p <port>:8000 mattermost/focalboard
```
## To set up manually
Follow the steps in the [setup guide](../ubuntu) to configure Focalboard manually.