Commit Graph

79 Commits

Author SHA1 Message Date
ctlaltdieliet
71fe928dd2
Adding MySQL to the documentation (#515)
* Update _index.md

* Adding Mysql to Ubuntu.md and Personal Server configuration

* Update website/site/content/guide/admin/_index.md

Co-authored-by: Jesús Espino <jespinog@gmail.com>

* removed typo 

Unneeded 16)

* Fixing error

* Update _index.md

In-doc editing for formatting and style.

* Update website/site/content/download/personal-edition/ubuntu.md

LGTM

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update website/site/content/download/personal-edition/ubuntu.md

LGTM

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update website/site/content/download/personal-edition/ubuntu.md

LGTM

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update website/site/content/download/personal-edition/ubuntu.md

LGTM

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update website/site/content/download/personal-edition/ubuntu.md

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* replacing <pre>

replacing <pre> with ```

* Removed the last <pre>

Thank you @jespino for noticing the last <pre>

* Update ubuntu.md

Reviewed the code samples and added additional backticks. Also added linebreaks.

* Update _index.md

Minor addition: oxford comma in table.

Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
Co-authored-by: Jesús Espino <jespinog@gmail.com>
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
2021-07-06 19:21:43 +02:00
Carlos Tadeu Panato Junior
41d01c18fb
docker: fix docker file image and apply some good practices (#552)
* docker: fix docker file image and apply some good practices

* update docker-compose
2021-07-01 11:46:03 +02:00
Justine Geffen
1349e3b50b
Update _index.md (#573)
* Update _index.md

Added install steps, light formatting changes.

* Update website/site/content/guide/user/_index.md

* Update website/site/content/guide/user/_index.md

* Update _index.md

Removed "Enabling Focalboard" as it's been moved to a different section.
2021-06-21 16:11:05 +02:00
Chen-I Lim
81192418d6 Website: Mattermost release, url update 2021-06-18 11:17:42 -07:00
Chen-I Lim
9fd20ccb2c Website: Update upgrade version url 2021-06-18 09:43:53 -07:00
ctlaltdieliet
f990d2efb3
Updated download link to 0.7.0 (#595) 2021-06-18 09:38:50 -07:00
Chen-I Lim
d7c5825c02 Website: Instructions to install latest plugin 2021-06-17 10:38:48 -07:00
Chen-I Lim
2e544f9ddc Website: fwlink for v1-focalboard 2021-06-15 12:16:24 -07:00
Chen-I Lim
6b7419af88 Website: Animated gif screenshot 2021-06-14 11:58:25 -07:00
Chen-I Lim
62f61b227b Update website 2021-06-14 11:14:08 -07:00
Chen-I Lim
5e202f346a Website: websocket-connect-error fwlink 2021-06-12 06:59:02 -07:00
Chen-I Lim
3e88347825 Add fwlink for v5.36 setup steps 2021-06-11 15:24:50 -07:00
Chen-I Lim
ba9e922c17 Add social media buttons to webisite footer 2021-06-04 11:04:41 -07:00
Chen-I Lim
d60a10ce6b Update website urls to 0.6.7 2021-05-24 12:02:02 -07:00
Chen-I Lim
5416939b36 Blog discussion cross-posts 2021-05-18 15:24:21 -07:00
Spiros Economakis
8f746a44bd
Enable prometheus metrics for Focalboard to enable observability (#414)
As an SRE team we would like to expose standard metrics and grouped by version
of the application. Right now will expose only metrics related to Go but instrumentor
should be used in other parts of the codebase so we can track other metrics, eg.
number of tasks, boards, users etc. Similar as we do in MM.

It will run in port `localhost:9092` and it is a new config `prometheus_address`.

Also in the commit we introduced, `group.Add` which helps us to handle gracefully
errors for goroutines. It's a good practice and there are couple of articles by
Golang for this.
2021-05-18 17:12:51 +03:00
Chen-I Lim
237d1a87fd Update website description 2021-04-23 20:55:44 -07:00
Chen-I Lim
fecab6f291 Add blog and v0.6.5 release to website 2021-04-23 13:41:11 -07:00
Chen-I Lim
c8606e5a12 Add docker instructions to download guide 2021-04-21 12:53:27 -07:00
Chen-I Lim
32489b8999 Update url in upgrade guide 2021-04-21 11:16:33 -07:00
Chen-I Lim
acd2a89d5a Update dockerfile and docs to v0.6.5 release 2021-04-21 10:37:06 -07:00
Haardik Dharma
3ff1547384 Update _index.md 2021-04-14 17:45:56 +05:30
Haardik Dharma
f92cb1787a Create share board menu.png 2021-04-14 17:45:52 +05:30
Haardik Dharma
3598347c6d Create share board.png 2021-04-14 17:45:50 +05:30
Chen-I Lim
b8ea3c2f34 Fix #268: Personal Server upgrade guide 2021-04-13 14:09:00 -07:00
Rakesh Peela
ba592223f8 enabled edit link in documentation pages
- updated GH Repo URL to match the GH edit URL format/template
- updated edit-page partial
2021-03-28 16:52:58 +05:30
it33
6095813653
Making it clear where to edit focalboard.com page 2021-03-24 19:25:30 -07:00
Chen-I Lim
3455c9e380 Remove blog from website nav 2021-03-24 18:37:46 -07:00
Chen-I Lim
535c7a4a2d Update website feedback page 2021-03-24 18:37:31 -07:00
Asaad Mahmood
f498b2af7b Updating homepage for focalboard 2021-03-24 15:27:13 +05:00
Jesús Espino
c3d9f13b53
Merge pull request #120 from hastadhana/patch-1
Fix typo
2021-03-22 08:07:40 +01:00
it33
edf3a21c7a
Changing to relative references in Website README 2021-03-20 08:56:05 -07:00
it33
33cca6f66f
Updating website README 2021-03-20 03:14:34 -07:00
Hasta Dhana
dbd27be202
Fix typo
Fix "already" sentence.
2021-03-19 14:01:25 +07:00
Chen-I Lim
3dec02086b Fix #114: Update server install url to GitHub 2021-03-18 14:24:18 -07:00
Jesús Espino
f14a2d76b3 Linking the repository directly instead of the getting started documentation 2021-03-18 14:42:23 +01:00
Jesús Espino
2abe55149b Fixing wrong documentation 2021-03-18 14:39:08 +01:00
Jesús Espino
e9d4810123 Fixing wrong documentation 2021-03-18 14:37:04 +01:00
Jesús Espino
7e96704090 Changing Home with View Source 2021-03-18 13:31:26 +01:00
Jesús Espino
e7849ce3ac
Merge pull request #80 from mantlecurve/patch-1
updated the document to include `dbtype` in dbconfig
2021-03-18 11:38:43 +01:00
Roman
f9fd8504c8 fix a typo in the contribution guidelines 2021-03-18 06:32:06 +00:00
Mithun Madhusoodanan
d92c7610c4
updated the document to include dbtype in dbconfig 2021-03-18 09:41:24 +05:30
Chen-I Lim
5aeb68bd4d Update download links to App Stores 2021-03-15 10:11:03 -07:00
Chen-I Lim
56b00f00be Link to download guide from server setup guide 2021-03-14 11:02:40 -07:00
Yusuke Nemoto
fce658edcf
Fix setup command 2021-03-14 00:07:37 +09:00
Chen-I Lim
d0adb9c4db Add user's guide note 2021-03-08 12:03:47 -08:00
Chen-I Lim
d8cd324593 Update website title 2021-03-08 10:00:57 -08:00
Chen-I Lim
ff1df504c1 Update website intro 2021-03-05 09:45:37 -08:00
Chen-I Lim
e881b69059 Update feedback page 2021-03-04 12:14:52 -08:00
Chen-I Lim
21ed1d38e3 Website: Download links 2021-02-04 10:41:30 -08:00