debshots/README.md
Christoph Haas 193d44f89a Stuff
2017-08-14 08:09:23 +02:00

21 lines
290 B
Markdown

# 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