Giter Site home page Giter Site logo

rails-minimum-skill-check's Introduction

Simple Rails App for checking Minimum Skill

This is a simple Rails App to see whether candidates have the minimum skills to participate in the development of Patentfield.

How to run (Docker on Windows)

  1. install git for windows
    https://gitforwindows.org/

  2. set up SSH for GitHub
    see https://qiita.com/shizuma/items/2b2f873a0034839e47ce
    (We can use git bash for command line on windows)

  3. install Docker for windows
    https://store.docker.com/editions/community/docker-ce-desktop-windows

  4. set to share local drive for docker process
    Task tray -> Docker icon -> Settings -> Shared Drives -> check C -> Apply

  5. clone repository

git clone [email protected]:patentfield/rails-minimum-skill-check
  1. build docker image
cd rails-minimum-skill-check
docker-compose build
  1. run docker containters
docker-compose up -d
  1. create database
winpty docker exec -ti railsminimumskillcheck_web_1 bash
bundle exec rake db:create
bundle exec rake db:migrate
  1. access to http://localhost:3000 with your browser

How to run (Mac)

  1. install postgresql

  2. create database user 'devuser'

  3. install ruby 2.4.4 (recommend using rbenv)

  4. install gems via bundler

gem install bundler
bundle install --path vendor/bundle
  1. create database
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
  1. run rails server
bundle exec rails s -b 0.0.0.0
  1. open http://localhost:3000/peds with your browser

  2. confirm data retrieved by PEDS API of USPTO PEDS: https://ped.uspto.gov/peds/

  3. You can sign in with the following credential on development environment

id: [email protected]
password: password

Licence

© 2018 Patentfield. All Rights Reserved.

Patentfield has a right to change the license including contributed patches.

rails-minimum-skill-check's People

Contributors

naoa avatar tkgsn avatar

Watchers

James Cloos 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.