mattermost / focalboard
- четверг, 18 ноября 2021 г. в 00:31:03
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Like what you see?
Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
It helps define, organize, track and manage work across individuals and teams. Focalboard comes in two editions:
Focalboard Personal Desktop: A stand-alone desktop app for your todos and personal projects. This is a single-tenant locally run server running Focalboard for optimal speed and performance.
Focalboard Personal Server: A self-hosted server for your team to collaborate.
The same MIT-licensed binary powers both desktop and server editions.
Focalboard Personal Desktop (Windows, Mac or Linux Desktop)
Try out Focalboard Personal Desktop by going to the Windows Store or the Apple AppStore, searching for Focalboard and installing to run the compiled version locally.
If you're running a Linux Desktop, download the latest focalboard-linux.tar.gz release, unpack the .tar.gz archive, and open focalboard-app from the focalboard-app folder.
Note: For Windows and Mac users, while we don't yet offer Focalboard Personal Desktop outside of Store-based installs, it is in consideration for the future (please upvote the ticket if you're interested in this addition).
Focalboard Personal Server (Ubuntu)
You can download and run the compiled Focalboard Personal Server by following our latest install guide.
Download the latest server release from GitHub releases
Please refer to the Developer's Tips & Tricks for more detailed steps. Here's a summary:
First, install basic dependencies:
make prebuild
make
To start the server, run ./bin/focalboard-server
Server settings are in config.json (or the path specified with --config).
Open a browser to http://localhost:8000 to start.
You can build standalone apps that package the server to run locally against SQLite:
make mac-appmac/dist/Focalboard.appsudo apt-get install libgtk-3-devsudo apt-get install libwebkit2gtk-4.0-devmake linux-applinux/dist/focalboard-appmake win-wpf-appcd win-wpf/msix && focalboard.exedocker run -it -p 80:8000 mattermost/focalboarddocker build -f docker/Dockerfile .docker build -f docker/Dockerfile --platform linux/arm64 .Cross-compilation currently isn't fully supported, so please build on the appropriate platform. Refer to the GitHub Actions workflows (build-mac.yml, build-win.yml, build-ubuntu.yml) for the detailed list of steps on each platform.
Before checking-in commits, run: make ci, which is similar to the ci.yml workflow and includes:
make server-testcd webapp; npm run checkcd webapp; npm run testcd webapp; npm run cypress:ciFile bugs, suggest features, join our forum, learn more here!
Contribute code, bug reports, and ideas to the future of the Focalboard project. We welcome your input! Please see CONTRIBUTING.md for details on how to get involved.