Skip to content

Detailed Installation

carolyncole edited this page Apr 22, 2019 · 2 revisions
  1. Install Ruby

    1. with rbenv
      brew install rbenv
      cd approvals
      rbenv install
      
  2. Install Node

    brew install nvm
    nvm install 11.8.0
    
  3. Install yarn

    brew install yarn
    
  4. Bundle & Yarn install

    bundle install
    yarn install
    
  5. Install postgres

    brew install postgres
    brew services start postgres
    psql postgres
       create role approvals with createdb login pass
    
  6. Run foreman

    bundle exec foreman start
    
  7. browse to welcome to see lux cards

Clone this wiki locally