Giter Site home page Giter Site logo

crane's Introduction

Clickyab exchange project

How to setup this for development?

make sure the folder is cloned in proper folder in your system. this is not required for building the project, but for your IDE, its required.

the project folder must named exchange and must be in a folder named src/clickyab.com so the folder is typically like this :

~/project/src/clickyab.com/exchange

the go-path in the above system must be GOPATH=~/project/ but for building it, you must run vagrant :

vagrant up
vagrant ssh 
cdp #cdp is an alias for cd into the prject inside the vagrant box
make

How to add new dependency

The entire process is in your system, or else by destroy the box, you need to download the entire dependencies each time

  • install the latest version of godep from this repository
  • cd into project folder and make sure GOPATH is set to the parent folder (see above)
  • use go get (or simply clone the repo in the correct folder in go-path)
  • then run godep save ./...
  • Commit the change in one single commit. no other change is allowed in that commit

How to contribute

  • Each commit must done one task, or less. its not allowed to do TWO task in one commit, its allowed to done a task into multiple commit
  • Commit message mus follow this role:
     commit message, desriptive, not longer than 80 char (required)
     
     commit detail after a single empty line. detail are going here, any line 
     is allowed. (optional)
     follow this must be the task refs or fix commit (optional)
     fix #9999 
     refs #222
    
  • If a task is done in multiple part, one create a fork, and start the task others use PR to that fork to add commits to that fork then PR the result into the main repository. Its very important to use proper message for your commit. describe content of the commit, and make sure the message is not about peoples, or any unrelated things

crane's People

Contributors

okian avatar fzerorubigd avatar slifer2015 avatar zerob4wl avatar mehrdad-dadkhah avatar masihtehrani avatar vahit avatar alireza-mh avatar

Stargazers

Sergey Ponomarev avatar

crane's Issues

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.