U-M Library IT Cycle Planning Tool
For contribution to code development:
- Fork and Clone the repo
- bundle install --path=.bundle
- 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 rake 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.