Stuff
This commit is contained in:
parent
098afc1924
commit
193d44f89a
27 changed files with 331 additions and 707 deletions
21
README.md
Normal file
21
README.md
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue