Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Running the Application

Keifer Furzland edited this page Oct 11, 2018 · 8 revisions

Docker 🐳

NOTE: The docker implementation is a WIP. See #29

Requirements

  • docker -v 18.0.6 or greater

Instructions

  1. Clone the repository: git clone [email protected]:oddballio/magnifier.git && cd magnifier

  2. Run the containerized application docker-compose up

  3. Configure encrypted credentials master key

    • Obtain key from developer
    • Add to appropriate file/location
  4. You're done! View application at http://localhost:3000


Local Installation 📂

Requirements:

  • ruby -v 2.5.1 or greater
    • Use a Ruby version manager like RVM or rbenv for great success! 🏆
  • psql -v 9.6 or greater

Instructions

  1. Clone the repository: git clone [email protected]:oddballio/magnifier.git && cd magnifier

  2. Install the application and dependencies

    • bundle install -- Install ruby gems and their dependencies
    • yarn install - Install frontend dependencies
  3. Configure encrypted credentials master key

    • Obtain key from developer
    • Add to appropriate file/location
  4. Start the application server bin/rails s

  5. You're done! View application at http://localhost:3000