Git Product home page Git Product logo

imagerate's Introduction

imagerate

Build Status

How to build (Debian like OS):

  1. Pick some directory to checkout node to:

     cd ~/projects
     
  2. Check out project, and change directories:

     git clone https://github.com/aremnev/imagerate.git
     cd imagerate
     
  3. Prepare node virtual environment with node-0.8.14 and installed modules:

     make
     
  4. Also if you don't want to use virtual node, you can skip previous step and install modules with your global node ():

     make clean install
     
  5. Now you can test and run application:

     make test start
     
  6. Install AppFog gem and upload files to AppFog:

     make af-install af-update
     

List of Makefile commands:

  • clean - remove node_modules and virtual environment folder.
  • node-virtual - prepare node virtual environment (nodeenv) with node-0.8.14
  • install - install mongodb and execute npm install
  • test - execute test
  • test-coverage - execute tests and generate coverage report file: imagerate/covarage.html (JScovarage)
  • af-install - install af (AppFog) gem.
  • af-update - prepare shrinkwrap and upload files to AppFog
  • all - make all is the same as make without a command, execute make clean node-virtual install

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.