Giter Club home page Giter Club logo

scrumy's Introduction

scrumy [cpteam2015]

Environnement de Développement

Installer ruby & Sinatra

Installation de ruby

$ sudo apt-get install ruby-full

Installation de sinatra (au cremi faudra mettre --user-install)

$ sudo gem install [--user-install] sinatra

Pour installer les dépendances Javascript

Avec npm

$ npm install

Pour lancer le serveur

Avec Gulp

$ gulp

Chartes de dev et d'utilisation de git

Pour Ruby on essaiera de respecter les bonnes pratiques ennoncées dans ce wiki : https://github.com/bbatsov/ruby-style-guide.
L'analyseur de code RuboCop se base exclusivement sur ce document et nous obligera plus ou moins à respecter le 'style guide' de la communauté Ruby. Installer d'abord Rubocop

gem install rubocop

puis pour emacs copier/coller ce code à la fin de son ~/.emacs

(when (>= emacs-major-version 24)  
  (require 'package)  
  (add-to-list  
   'package-archives  
   '("melpa" . "http://melpa.org/packages/")  
   t)  
  (package-initialize))  
(add-hook 'ruby-mode-hook 'rubocop-mode)  

Pour SublimeText

  1. Faire un clone du package dans le repetoire qui contient les packages de sublime (Preferences-> Browse Packages ...)
git clone [email protected]:pderichs/sublime_rubocop.git "RuboCop"
  1. Restart SublimeText

scrumy's People

Contributors

xhite avatar nla15 avatar nureynisow 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.