Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
Find a file
chenilim d8cda273e4
Merge pull request #14 from mattermost/login-page-improvements
Some improvements in the login page
2020-10-15 11:48:33 -07:00
.vscode
html-templates
server/main Refactor IBlock to use fields 2020-10-14 17:35:15 -07:00
src Merge pull request #14 from mattermost/login-page-improvements 2020-10-15 11:48:33 -07:00
.eslintignore
.eslintrc
.gitignore
.prettierrc.json
config.json Refactor IBlock to use fields 2020-10-14 17:35:15 -07:00
Makefile
package-lock.json cleanup package-lock.json 2020-10-14 12:27:45 -07:00
package.json cleanup package-lock.json 2020-10-14 12:27:45 -07:00
README.md
tsconfig.json
tslint.json
webpack.common.js
webpack.dev.js
webpack.js

mattermost-octo-tasks

Build instructions

make prebuild
make

Currently tested with:

  • Go 1.15.2
  • MacOS Catalina (10.15.6)

The server defaults to using sqlite as the store, but can be configured to use Postgres:

  • In config.json
    • Set dbtype to "postgres"
    • Set dbconfig to the connection string (which you can copy from dbconfig_postgres)
  • Create a new "octo" database with psql
  • Restart the server

Running and testing

To start the server:

./bin/octoserver

Server settings are in config.json.

Open a browser to http://localhost:8000 to start.