No description
The reviews are pretty useless. People refer to bugs or old versions or just don't know how to use a piece of software. This is not helpful. |
||
|---|---|---|
| ansible | ||
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| lib | ||
| log | ||
| nginx | ||
| public | ||
| test | ||
| .gitignore | ||
| .ruby-version | ||
| config.ru | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| Rakefile | ||
| README.md | ||
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