- Sep 23, 2014
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Since we already set GitLab port to 3000 in gitlab-shell I think it makes sense to change it in GitLab config too
-
Jacob Vosmaer authored
Fix gitlab-shell redis socket config Right now socket option is not commented in example config. See https://gitlab.com/gitlab-org/gitlab-shell/blob/master/config.yml.example#L34. This cause gitlab-shell use default socket config which is invalid See merge request !19
-
Dmitriy Zaporozhets authored
-
Sytse Sijbrandij authored
-
- Sep 22, 2014
-
-
Jacob Vosmaer authored
Arch Linux pre-installation instructions See merge request !18
-
Benjamin Kammerl authored
-
Jacob Vosmaer authored
Clone this repo I was confused where to run `make` command because it was no `clone` instructions for this repository. This MR add section with 2 commands: clone repo and cd into it. I think it will be more user-friendly See merge request !17
-
Jacob Vosmaer authored
pkg-config and cmake dependency for OSX OSX also needs `pkg-config` and `cmake` dependency. It's not installed per default. See merge request !16
-
- Sep 20, 2014
-
-
Dmitriy Zaporozhets authored
-
Robert Schilling authored
-
- Sep 16, 2014
-
-
Jacob Vosmaer authored
Readme improve The post-installation part was not looking correctly and was written in spoken tone. This should fix it. See merge request !15
-
Job van der Voort authored
-
Jacob Vosmaer authored
Markdown code blocks apparently need 4 spaces; 3 is not enough.
-
- Sep 09, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
Fixes #11.
-
- Sep 08, 2014
-
-
Jacob Vosmaer authored
We were describing post-install development setup steps in the README that were also in the post-install message. This commit removes the instructions from the README in favor of the post-install message.
-
- Aug 29, 2014
-
-
Jan-Willem authored
Connect to Redis via sockets only See merge request !14
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
This is now supported on master by gitlabhq
-
- Aug 27, 2014
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- Aug 22, 2014
-
-
Jacob Vosmaer authored
Requirements clear in readme See merge request !13
-
Sytse Sijbrandij authored
-
- Aug 21, 2014
-
-
Jacob Vosmaer authored
Add Ubuntu Requirements to README Added the apt-get install step for Ubuntu to the Requirements section of the README Also moved the ruby and bundler hints up in order to apply to all install types. Issue #7 See merge request !12
-
- Aug 20, 2014
-
-
DJ Mountney authored
-
- Aug 18, 2014
-
-
Jacob Vosmaer authored
Use Postgres bin path Postgres on Ubuntu doesn't include the initdb and postgres commands on the PATH, but are still available from the postgres bin directory. Updated the Makefile to use pg_config to find the postgres bin directory, and use it for the initdb command, and for the postgres command in the procfile Works towards completing issue #7 See merge request !9
-
Jacob Vosmaer authored
Add to git ignore **What does this MR do?** It adds the `.bundle` directory to the gitignore **Why is this MR needed?** Otherwise after you run `make` it will say that your git repo has changes. But it does not really, since that directory should not be commited. See merge request !10
-
- Aug 16, 2014
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Aug 15, 2014
-
-
DJ Mountney authored
-
- Aug 12, 2014
-
-
Jacob Vosmaer authored
Issue db create instructions Use the dev:setup task does not create a database properly. Instructions now include the create:db task See merge request !8
-
Jacob Vosmaer authored
Expand copy command Switched Makefile to use full cp command, as the shortcut being used before not always being expanded, depending on the shell being used. On Ubuntu the default shell for make is /bin/sh instead of /bin/bash, sh doesn't support expanding the curly braces on commands. Fixes #6 Tested on Ubuntu 14.04 See merge request !7
-
- Aug 11, 2014
-
-
Jan-Willem van der Meer authored
-
Jan-Willem van der Meer authored
-
DJ Mountney authored
Switched Makefile to use full cp command, as the shortcut being used before was not always being expanded, depending on the shell being used.
-
- Aug 08, 2014
-
-
Jacob Vosmaer authored
Issue 4 gitlab url Solves issue #4 See merge request !4
-
Jan-Willem authored
Brew fixes See merge request !5
-
- Aug 07, 2014
-
-
Jacob Vosmaer authored
Adding icu4c for charlock_holmes; homebrew/dupes and libiconv for nokogiri. diff --git a/README.md b/README.md index eb47f84..d8b66e4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ the GitLab development and test environments. Install Ruby 2.1 and Bundler with your method of choice (RVM, ruby-build, rbenv, chruby, etc.). ``` -brew install redis postgresql phantomjs +brew tap homebrew/dupes +brew install redis postgresql phantomjs libiconv icu4c +bundle config build.nokogiri --with-iconv-dir=/usr/local/opt/libiconv ``` #### Debian
-
Jan-Willem van der Meer authored
Conflicts: Makefile
-