1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-11-06 09:19:31 +02:00

Basic Mac App

This commit is contained in:
Chen-I Lim
2020-10-26 12:45:40 -07:00
parent 17e802f9fb
commit d48b43e08e
26 changed files with 1961 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# mattermost-octo-tasks
## Build instructions
## Building the server
```
cd webapp
@@ -14,6 +14,7 @@ make
Currently tested with:
* Go 1.15.2
* MacOS Catalina (10.15.6)
* Ubuntu 18.04
The server defaults to using sqlite as the store, but can be configured to use Postgres:
* In config.json
@@ -22,7 +23,7 @@ The server defaults to using sqlite as the store, but can be configured to use P
* Create a new "octo" database with psql
* Restart the server
## Running and testing
## Running and testing the server
To start the server:
```
@@ -32,3 +33,13 @@ To start the server:
Server settings are in config.json.
Open a browser to [http://localhost:8000](http://localhost:8000) to start.
## Building and running the macOS app
You can build the Mac app on a Mac running macOS Catalina (10.15.6+) and with Xcode 12.0+. A valid development signing certificate must be available.
First build the server using the steps above, then run:
```
make mac
```
To run, launch mac/dist/Tasks.app