Skip to content
Snippets Groups Projects
Commit d7a4a41f authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'ubuntu-steps' into 'master'

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
parents 315baa75 d20005a0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,16 +21,22 @@ the GitLab development and test environments.
 
### Requirements
 
#### OS X 10.9
Install Ruby 2.1 and Bundler with your method of choice (RVM, ruby-build, rbenv, chruby, etc.).
 
#### OS X 10.9
```
brew tap homebrew/dupes
brew install redis postgresql phantomjs libiconv icu4c
bundle config build.nokogiri --with-iconv-dir=/usr/local/opt/libiconv
```
 
#### Ubuntu
```
sudo apt-get install postgresql libpq-dev phantomjs redis-server libicu-dev cmake
```
#### Debian
 
TODO
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment