GithubHelp home page GithubHelp logo

yougit's Introduction

YouGit

The main application can be found inside yougit-js/

DOWNLOADS

INSTALLATION INSTRUCTIONS

(If compiled versions don't work)

  1. Install Node.js v6.9.0 or less (cannot be higher version as nodegit is incompatible
  2. Clone the repository and cd to yougit/yougit-js/
  3. Run the command npm install to download the required dependencies
  4. Run the command npm rebuild-mac or npm rebuild for Windows (compiles packages, this may take some time)
  5. Finally, run the command npm run start to launch the application!

Optional: npm run test to run the unit tests

Java Instructions (deprecated)

Setup

  1. Download and Install IntelliJ Java IDE: https://www.jetbrains.com/idea/
  2. Clone the repository with git clone https://github.com/kritzware/software-project.git
  3. Launch IntelliJ and open the downloaded project

Notes

Before starting work make sure you pull the latest version from Github. Navigate to the software-project/ folder in your command line and use the command git pull (If that doesn't work, try git pull origin master)

Pushing to the repository

  1. Implement/add your feature
  2. Write a unit test for your newly added code (If applicable)
  3. Navigate to the software-project/ folder and use the following commands
  4. git add . --> Adds all your changes
  5. git commit -m "Your commit message" --> Commit the changes with a message
  6. git push --> Push your commits to GitHub

Adding Libraries

  1. Open the project in IntelliJ IDE
  2. Right click on software-project (root folder) on the left sidebar
  3. Click 'Open Module Settings' > 'Modules' (Project Settings) > 'Dependencies'
  4. Click the green plus button > 'JARs or directories'
  5. Navigate to software-project/.idea/libraries and select all 6 .jar files
- hamcrest-core-1.3.jar
- jsch-0.1.54.jar
- junit-4.12.jar
- org.eclipse.jgit-4.6.0.201612231935-r.jar
- slf4j-api-1.7.22.jar
- slf4j-simple-1.7.22.jar
  1. Once you've added all the jars, click Apply and then OK to close
  2. The libraries should be correctly imported now and the program should build succesfully

yougit's People

Contributors

akram-1 avatar dbalk001 avatar kakaay avatar kritzware avatar rossalred avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

yougit'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.