Coder Social home page Coder Social logo

baritomarket's Introduction

Build Status Coverage Status Code Climate Inline docs

Barito Market

Transports the Logs to where it should be


Inspired by Barito River, this app will handle logs management, service discovery & log stream provisioning for GO-PAY System.

Please see the details in here

Prerequisite for development environment

  • Install Homebrew
  • Install Hombrew Cask
  • Install rbenv using Homebrew brew install rbenv
  • Install Postgres using Homebrew brew install postgresql
  • Install Bundler using RubyGems gem install bundler

Setup

Note: You can run ./devbox.sh from project directory which automatically do these steps.

  • Run gem install bundler

  • Copy over configuration files and modify as necessary

    • config/application.yml.example to config/application.yml
    • config/database.yml.example to config/database.yml
    • config/tps_config.yml.example to config/tps_config.yml
  • Run bundle install to install project gem dependencies

  • Create and migrate the databases:

    • RAILS_ENV=development bundle exec rake db:create db:migrate
    • RAILS_ENV=test bundle exec rake db:create db:migrate
  • Set GATE_URL to current running GATE server

  • You can turn off GATE integration by setting ENABLE_CAS_INTEGRATION to false in application.yml

  • Run seeds RAILS_ENV=development rake db:seed

  • Set GATE_ACCESS_TOKEN to communicate with GATE API

Running

  • Run RAILS_ENV=development bundle exec rake to run the build
  • Run RAILS_ENV=development bundle exec rake coverage:all to generate coverage reports
  • Run bundle exec rails s to run the server.

Rake task

All tasks reside in lib/tasks

baritomarket's People

Contributors

giosakti avatar pushm0v avatar opan avatar fadlinurhasan avatar tarabaskara avatar ajeygore avatar sidpub avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.