Skip to content

Misha7776/heroes_team_app

 
 

Repository files navigation

Welcome to Sales Assistant!

Sales Assistant

Build Status Maintainability Test Coverage

To run application you need:

  • Ruby v.2.4.1
  • Redis server
  • PostgreSQL

Installation

  • Run bundle
  • Run rails db:migrate
  • Run rails db:seed
  • Start redis-server
  • In project folder run bundle exec sidekiq
  • Run rails s
  • Simply run gem install mailcatcher then mailcatcher to get started

Install Chrome plugin

To load plugin in Chrome, open up chrome://extensions/ in your browser and click “Developer mode” in the top right. Now click “Load unpacked extension…” and select the extension’s directory (heroes_team_app/chrome_extension). You should now see your extension in the list.

Install Elasticsearch

Elasticsearch requires at least Java 8. Before you install Elasticsearch, please check your Java version first by running (and then install/upgrade accordingly if needed): java -version

Download the Elasticsearch 6.1.2 tar as follows: curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.2.tar.gz

Then extract it as follows: tar -xvf elasticsearch-6.1.2.tar.gz

Go into the bin directory as follows: cd elasticsearch-6.1.2/bin

Start elasticsearch as follows: ./elasticsearch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.0%
  • JavaScript 27.5%
  • Ruby 11.0%
  • HTML 4.5%