Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
51 lines (35 loc) · 1.17 KB

File metadata and controls

executable file
·
51 lines (35 loc) · 1.17 KB

Feedbacks

Third-party service badges (if available)

Build Status Test Coverage Code Climate

Project description

Some short project description. Link to Basecamp project will be fine too.

Dependencies

  • PostgreSQL 9.3
  • Ruby 2.4.2
  • PhantomJS
  • Rails 5

Setup required dependencies from Brewfile:

brew tap Homebrew/bundle
brew bundle

Quick Start

# clone repo
git clone git@github.com:esaulkov/feedbacks.git
cd repo

# run setup script
bin/setup

# configure ENV variables in .env
vim .env

# run server on 5000 port
bin/server

Scripts

  • bin/setup - setup required gems and migrate db if needed
  • bin/quality - run brakeman and rails_best_practices for the app
  • bin/test - should be used in the CI to run specs

Production