No description
Find a file
2018-08-08 14:14:18 +02:00
ansible Minor fix. Cruft removedc. 2018-08-08 14:14:18 +02:00
app Highlighting 'Contribute' in the topbar if necessary 2018-08-08 09:22:01 +02:00
bin General version updates 2017-08-10 14:52:58 +02:00
config Fixed problem with wrong redirects behind proxy 2018-08-08 09:09:27 +02:00
db Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
doc SSO documentation improved 2018-08-08 11:39:56 +02:00
lib Custom will_paginate render fails with new version. Removed. 2018-08-07 18:41:44 +02:00
log Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
nginx Debian SSO login fixed 2018-08-06 17:53:05 +02:00
public Font of SVG icons set to sans-serif 2018-08-06 18:54:23 +02:00
test Fixed deprecation warnings 2017-04-17 00:02:23 +02:00
.gitignore Put variables into .rbenv-vars but don't check it in 2017-04-19 00:18:27 +02:00
.ruby-version Stuff 2017-08-14 08:09:23 +02:00
config.ru Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
Gemfile Various fixes that prevented production deployment 2018-08-07 18:36:53 +02:00
Gemfile.lock will_paginate for Foundation added 2018-08-07 19:43:13 +02:00
Guardfile Removed "rails s" from Guardfile 2015-04-24 12:20:06 +02:00
Rakefile Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
README.md Typo 2018-05-14 22:15:18 +02:00

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