Developer Machine Setup (cant 'make test')
I think you are missing "godep" See this: https://devcenter.heroku.com/articles/go-dependencies-via-godep I think you need to run this:go get -u github.com/tools/godep Then you might be stuck at the...
View ArticleDeveloper Machine Setup (cant 'make test')
Yes, thanks figured out this myself created merge for them. Test passed, no problems, but I had to install go from brew
View ArticleDeveloper Machine Setup (cant 'make test')
I decided to run 'make' instead of 'make test' and I think I have a more useful error, still unsure what to do: Error: Cannot find module 'babel-runtime/helpers/typeof' from...
View ArticleDeveloper Machine Setup (cant 'make test')
This is a problem of npm installation. I think you can fix this by: $ cd ~/go/src/github.com/mattermost/platform/web/react $ rm -rf node_modules $ npm install
View ArticleInformation about gitlab.mattermost.com
In the end we decided to go with gitlab-mattermost, since it's provided as one in all package, and we have access to a powerful local workstation.
View ArticleInformation about gitlab.mattermost.com
Perfect, yeah, the GitLab omnibus is a great way to setup Mattermost as well.
View ArticleDeveloper Machine Setup (cant 'make test')
I ran the npm install, then attempted to 'make' again. Now I have some new errors. npm ERR! Linux 3.19.0-25-genericnpm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "run" "build"npm ERR! node...
View ArticleDeveloper Machine Setup (cant 'make test')
We have been updating the build over the last couple of days. I would delete and re-get master to make sure you didn't get a wonky build. I would also try make nukethenmake test
View ArticleHow do I export data?
I want to export all data including users, channels and messages of my team. How do I do that?
View ArticleHow do I export data?
Hi @eungjun.yi, Thanks for your question, If you're looking to migrate servers you can backup your database and config.json file and move it to another server. The upgrade procedure could be modified...
View ArticleRestricted user accounts
We really need restricted user aka. guest sccounts. Users can be invited to a team, but can't access (can't see) channels. The admin can then delegate access to channels. It's perfect to get...
View ArticleDocker install :: "URL is taken or contains a reserved word"
Hi all, I've installed Mattermost on my computer with docker, when I access the service via browser and try to setup the initial team I can't get past the "Team URL" part. It always displays "URL is...
View ArticleRestricted user accounts
Hi @tronic, appreciate the feedback, linking this to existing feature idea so we can bring the upvotes and the discussion together.
View ArticleDocker install :: "URL is taken or contains a reserved word"
You can disable the reserved words from the System Console -> Team Settings -> Restrict Team Names: set to false We block things like admin, test, etc.
View ArticleDeveloper Machine Setup (cant 'make test')
Still no luck. Tried on Ubuntu 14.04 (Server) and 15.10 (Desktop). Can anyone confirm that the current instructions are working?
View ArticleGoogle Drive / Dropbox
Hi Guys,is it possible to integrate GoogleDrive or Dropbox and share a folder with the team ? That would be great because we are using google Drive so far in our company. ThanksDavid
View ArticleDocker install :: "URL is taken or contains a reserved word"
This is during initial access, at this point I don'd see how to access the System Console. Or should I be accessing a different URL? Screenshot from 2015-11-29 10:29:52.png842x723 38.3 KB
View ArticleSystem Console/Admin role only available from first Team created?
I've created 3 teams, but I can only access the System Console when I'm using the 1st team that I created - apparently my account is "System Admin" in that team, but in the other teams I am only "Team...
View ArticleGoogle Drive / Dropbox
Hi @einzelkind, thanks for the feedback! Could we ask your help to file this feature idea so it can be upvoted, in addition to being discussed here?
View ArticleDocker install :: "URL is taken or contains a reserved word"
Oops...sorry. You can also just modify the config.json file directly. The System Console is just an easy way to edit the file.
View Article