Skip to content

This repository contains rails code for the new version of EOL (TRAMEA).

Notifications You must be signed in to change notification settings

jhammock/eol_website

 
 

Repository files navigation

eol_website

This repository contains rails code for the new version of EOL (TRAMEA).

Build Status Coverage Status Code Climate

Up and Running

You should install the following before proceeding:

  • MySQL or MariaDB
  • Neo4j
    • brew install neo4j
    • brew services start neo4j (or just neo4j start if you don't want it always running)
    • visit http://localhost:7474/browser/
    • login with neo4j:neo4j
    • change your password as directed, e.g.: YOURNEWPASSWORD
    • export EOL_TRAITBANK_URL=http://neo4j:YOURNEWPASSWORD@localhost:7474
    • rails runner "TraitBank::Admin.setup"
  • ElasticSearch (brew install elasticsearch)

...You will need to define the following ENV variables (e.g.: export VAR=val):

EOL_TRAITBANK_URL=http://username:password@localhost:7474
EOL_DEVEL_DB_USERNAME=username
EOL_DEVEL_DB_PASSWORD=password

Before getting far, you should install ElasticSearch:

brew install elasticsearch   # Mac OS X
sudo dpkg -i elasticsearch-[version].deb  # Ubuntu

More information

There is various additional information about the project in the doc/ folder.

About

This repository contains rails code for the new version of EOL (TRAMEA).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.3%
  • HTML 17.2%
  • JavaScript 4.8%
  • CSS 2.5%
  • Other 0.2%