GithubHelp home page GithubHelp logo

yoshinari-nomura / jay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nomlab/jay

0.0 0.0 0.0 230 KB

Jay is a simple markdown editor for memo and taking minutes

License: MIT License

Ruby 50.87% JavaScript 0.61% CoffeeScript 22.72% CSS 14.29% HTML 11.51%

jay's Introduction

jay

jay is a simple markdown editor for memo and taking minutes

Table of Contents

Install

  1. Install rbenv and ruby-build (Click here for details https://github.com/sstephenson/rbenv#basic-github-checkout):

    $ git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
    $ git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
    # Edit your shell dot files to add some path and environment variables.
  2. Install Ruby and bundler:

    # Install ruby 2.2.1
    $ rbenv install 2.2.1
    
    # Installation check
    $ rbenv global 2.2.1
    $ ruby -v # -> You will see: ruby 2.2.1...
    
    # Install bundler for your new Ruby
    $ gem install bundler
    
    # Activate bundler
    $ rbenv rehash
    
    # Get back to your sytem default Ruby if you want
    $ rbenv global system # say, /usr/bin/ruby
    $ ruby -v
  3. Clone the repo: git clone [email protected]:nomlab/jay.git

  4. Install gems:

    $ cd jay
    $ bundle install --path vendor/bundle
  5. Migrate DB: bundle exec rake db:migrate

  6. set config/application_settings.yml:

    $ mv config/application_settings_sample.yml config/application_settings.yml
    $ vim config/application_settings.yml # -> Replace XXXX to real value

jay's People

Contributors

kitagaki avatar okada-takuya avatar yoshida564 avatar yoshinari-nomura 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.