Skip to content

Legacy Rails app for Liberia Truth and Reconciliation Commission

Notifications You must be signed in to change notification settings

sassafrastech/liberia-trc-legacy-rails

Repository files navigation

# TRC of Liberia Legacy Rails Site

This is a Rails 2 app and is non-trivial to get running.

It should NOT be run in production as Ruby 1.8.7 is very old and not secure.

Rough steps to run in development mode.

1. Create database, get database dump, and update `config/database.yml`.
1. Install rbenv.
1. Install Ruby 1.8.7 (See [here](https://gist.github.com/yatsu/b62f07ef9ff3ae1e0e2bf9a00b8742b6)).
1. Install dependencies:
  ```
  gem install test-unit -v 2.0.9 --no-ri --no-rdoc
  gem install configatron -v 2.6.3 --no-ri --no-rdoc
  gem install will_paginate -v 2.3.15 --no-ri --no-rdoc
  gem install mini_magick -v 3.2 --no-ri --no-rdoc
  ```
1. To run console: `./script/console`
1. To run dev server: `./script/server`
1. Visit the site at http://localhost

About

Legacy Rails app for Liberia Truth and Reconciliation Commission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published