diff options
author | Azul <azul@riseup.net> | 2016-10-21 11:29:05 +0200 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-10-21 11:29:05 +0200 |
commit | ba81242f123df67ec8cfa8f3db5f20daeabc90a5 (patch) | |
tree | 098b80ff0a94b1e9dfe70d4ba2a57ea16c286bda /README.md | |
parent | b97daaed9b513006ace7e8eb5232a2211e965e77 (diff) |
docs: tweak install instructions
no more develop branch but detail nokogiri requirements a bit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -65,6 +65,16 @@ On a recent debian based distribution run For other operation systems please lookup the install instructions of these tools. +To run the tests you also need to be able to install the nokogiri gem. +Nokogiri needs to be compiled during installation and thus has some more +dependencies. On debian run: + + sudo apt install build-essential patch ruby-dev zlib1g-dev liblzma-dev + +On other systems you might have to look up instructions at + http://www.nokogiri.org/tutorials/installing_nokogiri.html + + ### Download source We host our own git repository. In order to create a local clone run @@ -74,21 +84,11 @@ We host our own git repository. In order to create a local clone run The repo is mirrored on github and we accept pull requests there: - https://github.com/leapcode/leap_web - -### Pick branch (development only) - -We use the master branch for the stable version deployed to production. -Development usually happens on the develop branch. So for development you -want to run - - git checkout origin/develop -b develop - -This will create a local branch called develop based on our develop branch. + https://github.com/leapcode/leap_web ### Install required ruby libraries - bundle --binstubs + bundle Typically, you run ``bundle`` as a normal user and it will ask you for a sudo password when it is time to install the required gems. If you don't |