GithubHelp home page GithubHelp logo

emojix's Introduction

Emojix | CircleCI codecov

slack用emoji投稿サイト、「Emojix(仮称)」用リポジトリです。

必要環境

Xcode Command line tools

AppStoreからXcodeをインストールし、以下のコマンドを実行する。

xcode-select --install

Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

rbenv

brew update
brew install rbenv ruby-build
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile

Ruby 2.4.2

rbenv install 2.4.2

Ruby on rails 5.1.5

gem install rails -v 5.1.5

bundler

gem install bundler

mysql

brew install mysql

yarn

brew install yarn

editorconfig plugin

ここからエディタに合わせたものをインストールすること。

セットアップ

  1. 次のコマンドを実行する。
[email protected]:cyder-akashi/emojix.git
cd emojix
  1. ライブラリをインストールする
bundle install --path=vendor/bundle
yarn install
  1. MySqlを起動する
mysql.server start
  1. Databaseを作成する
rails db:create
rails db:migrate
rails db:seed
  1. サーバを起動する
yarn start

著者

emojix's People

Contributors

tanishi avatar

Watchers

 avatar  avatar  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.