This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mattermost-development-setup [2018/07/06 20:08] – created admin | mattermost-development-setup [2018/07/06 21:13] (current) – admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Follow this guide: | Follow this guide: | ||
| https:// | https:// | ||
| + | |||
| + | Clone Webapp: | ||
| + | <code bash> | ||
| + | cd ~/ | ||
| + | git clone https:// | ||
| + | </ | ||
| Make sure you have created '' | Make sure you have created '' | ||
| Line 12: | Line 18: | ||
| </ | </ | ||
| + | Run Mattermost: | ||
| + | <code bash> | ||
| + | make run | ||
| + | </ | ||
| + | |||
| + | Stop Mattermost Server: | ||
| + | <code bash> | ||
| + | make stop-server | ||
| + | </ | ||
| + | |||
| + | Troubleshooting: | ||
| + | |||
| + | https:// | ||