No description
Find a file
2017-08-14 19:07:35 +02:00
ansible Continued working on Ansible playbook 2017-04-09 23:25:33 +02:00
app Sending a copy of log messages to the app log 2017-08-14 19:07:35 +02:00
bin General version updates 2017-08-10 14:52:58 +02:00
config Stuff 2017-08-14 08:09:23 +02:00
db Added welcome and profile actions to the my controller 2017-04-23 13:37:48 +02:00
doc Stuff 2017-08-14 08:09:23 +02:00
lib Ruby 2.4 compatibility fix 2017-04-23 22:56:26 +02:00
log Blank rails 4.0 project started 2013-07-27 00:19:29 +02:00
nginx Stuff 2017-08-14 08:09:23 +02:00
public Stuff 2017-08-14 08:09:23 +02:00
test Fixed deprecation warnings 2017-04-17 00:02:23 +02:00
vendor/assets Stuff 2017-08-14 08:09: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
Dockerfile Stuff 2017-08-14 08:09:23 +02:00
Gemfile meta_request gem added to be able to use the RailsPanel browser addon 2017-04-22 17:40:14 +02:00
Gemfile.lock General version updates 2017-08-10 14:52:58 +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 Stuff 2017-08-14 08:09:23 +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

C