This commit is contained in:
Christoph Haas 2017-08-14 08:09:23 +02:00
parent 098afc1924
commit 193d44f89a
27 changed files with 331 additions and 707 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# Installation
Install rbenv (https://github.com/rbenv/ruby-build#readme).
Install required libraries:
sudo apt install libbz2-dev libpq-dev
Install Bundler
gem install bundler
Install the dependencies:
bundle
Install a PostgreSQL server:
apt install postgresql
C