Skip to content
Snippets Groups Projects
Commit d20005a0 authored by DJ Mountney's avatar DJ Mountney
Browse files

Added Ubuntu Requirements to README

parent 315baa75
No related branches found
No related tags found
1 merge request!12Add Ubuntu Requirements to README
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