Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
Nabeela Jaffer edited this page Jan 31, 2020 · 4 revisions

TRACC is a U-M Library IT Cycle Planning Tool.

For contribution to code development:

  • Fork and Clone the repo
  • bundle install --path=.bundle
  • [optional--only if using Postgres and not mysql] Setup Postgres a. service postgresql start b. createuser -P -d tracc (Enter a password, and use the same password in the next step) c. echo 'export tracc_DATABASE_PASSWORD="PostgreSQL_Role_Password"' >> ~/.bash_profile d. source ~/.bash_profile
  • Create the db: bundle exec rails db:create
  • Run the migrations: bundle exec rails db:migrate
  • bundle exec solr_wrapper
  • Seed the data: bundle exec rake db:seed
  • Run the application: bundle exec rails s
  • Once the app is running in the browser(localhost:3000/), upload a csv file from Qualtrics with the cards info to get the sample data.
Clone this wiki locally