19 lines
287 B
Markdown
19 lines
287 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
|