summaryrefslogtreecommitdiffstats
path: root/doc/developer/Setup.md
diff options
context:
space:
mode:
authorYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:17:06 +0300
committerYuri Tkachenko <yuri.tam.tkachenko@gmail.com>2015-11-30 12:17:06 +0300
commitff08bf4d55173dd98ccd0f273a62d139979e6695 (patch)
treebb6c12e29f3c94524113d56034ff9109bbc68f34 /doc/developer/Setup.md
parent8b982f7effa336a503ab61c676ee0f2473de6e3b (diff)
downloadchat-ff08bf4d55173dd98ccd0f273a62d139979e6695.tar.gz
chat-ff08bf4d55173dd98ccd0f273a62d139979e6695.tar.bz2
chat-ff08bf4d55173dd98ccd0f273a62d139979e6695.zip
removed installation of Godep
PR #1532 need to be merged first
Diffstat (limited to 'doc/developer/Setup.md')
-rw-r--r--doc/developer/Setup.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/developer/Setup.md b/doc/developer/Setup.md
index bb4fed377..b44971e5f 100644
--- a/doc/developer/Setup.md
+++ b/doc/developer/Setup.md
@@ -24,20 +24,17 @@ Developer Machine Setup
If you don't increase the file handle limit you may see some weird build issues with browserify or npm.
3. Reload your bash profile
`source ~/.bash_profile`
-4. Install Godep
- 1. `cd ~/go`
- 2. `go get github.com/tools/godep`
-5. Install Compass
+4. Install Compass
1. Run `ruby -v` and check the ruby version is 1.8.7 or higher
2. `sudo gem install compass`
-6. Download Mattermost
+5. Download Mattermost
`cd ~/go`
`mkdir -p src/github.com/mattermost`
`cd src/github.com/mattermost`
`git clone https://github.com/mattermost/platform.git`
`cd platform`
-7. Run unit tests on Mattermost using `make test` to make sure the installation was successful
-8. If tests passed, you can now run Mattermost using `make run`
+6. Run unit tests on Mattermost using `make test` to make sure the installation was successful
+7. If tests passed, you can now run Mattermost using `make run`
Any issues? Please let us know on our forums at: http://forum.mattermost.org