Odep go run ./mattermost.go -create_team -team_name fails

I followed the steps listed on Redirect to install mattermost on Mac,

and make test passed,

however, the following command fails with the error listed below,

godep go run ./mattermost.go -create_team -team_name=“rocks” -email="abc@gmail.com"
godep: No Godeps found (or in any parent directory)

And http://localhost:8065 shows the login page

Any idea why the above command failed?

Thanks,

/Kaiduan

I’m having the same issue so I’m hoping someone responds

If your building from master branch we removed Godeps.

That means that running go run ./mattermost.go -create_team -team_name="rocks" -email="abc@gmail.com" should be fine