Skip to content
/ Parrit Public
forked from Parrit/Parrit

Software development pairing management

License

Notifications You must be signed in to change notification settings

jobster/Parrit

 
 

Repository files navigation

Parrit

Software development pairing management

Build Status

Core Contributors

Big shoutout to the following people for helping to guide the direction that Parrit took. Core contributors also please feel free to add others to the core contributor list for those who significantly shape the direction of Parrit.

Tech Stack

  • Gradle
  • Spring.io
  • React.js
  • Browserify
  • Interact.js

Installation

Clone into a new repo, cd into that folder

$ npm install
$ ./gradlew

Note that ./gradlew is preferred over the gradle command. Using gradle will fail with errors if the executable on your $PATH is newer than 2.13 or so, because of the removal of StyledTextOutputFactory around version 2.14-rc1.

Before running tests make sure that a database called test exists

Running Locally

Build the static (JS and CSS) before attempting to run the application

$ ./gradlew jsBuild

This assumes that you have a psql database on port 5432 with username pivotal and no password.

If all of the tests pass, run the project as a spring project using your preferred method. To run the spring boot app locally using gradle, enter the following

$ ./gradlew bootRun

Want to contribute?

We have a tracker backlog, feel free to pick up a story. If you want need clarification on it and/or want help pointing it, shoot me an email [email protected]

Set Environment Variables

To configure Google Analytics, set your tracking ID:

GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXXXXX-X

Deploy to CloudFoundry

$ ./gradlew deploy

About

Software development pairing management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.2%
  • Java 35.3%
  • CSS 6.9%
  • HTML 1.6%