GithubHelp home page GithubHelp logo

jenniferarnesen / retrospectacular Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fronteras/retrospectacular

0.0 2.0 0.0 484 KB

A retrospective tool to aid continuous improvement in Agile teams.

License: MIT License

Perl 0.67% JavaScript 95.47% CSS 3.86%

retrospectacular's Introduction

#retrospective

A retrospective tool

##Build Build Status � ##Database ###Setup http://www.elasticsearch.org/download/

The easiest way is to download the tar.gz and run the binary.

cd /opt
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.7.tar.gz
tar -xvf elasticsearch-0.90.7.tar.gz

###Run

cd elasticsearch-0.90.7/bin
./elasticsearch

##Service

# create and update config file
cp service/config.js.example service/config.js
cd service
npm install
cd service/bin
node create.js
cd ../../
npm start >logs/output.log 2>logs/error.log &

###Prod setup

sudo aptitude install monit
cd scripts/
sudo cp monit/retrospectacular_app /etc/monit/conf.d
sudo cp upstart/retrospectacular_app.conf /etc/init/
sudo stop monit
sudo start monit
sudo killall -9 node
sudo monit start retrospectacular_app
sudo monit status retrospectacular_app

###Post a ticket

curl -XPOST --header 'Content-Type: application/json' -d '{
  "role" : "con",
  "message" : "We didn't drink enough coffee!!",
  "createdAt": "2013-12-06T09:44:49.258Z",
}' http://localhost:3000/retrospectives/LUu3vCumSw6RXkcoG8PP9g

###Unit-test

cd service
npm install -g mocha
mocha

##Static

Requires global install of bower and grunt-cli

npm install -g bower
npm install -g grunt-cli

And Compass

gem install compass
cd static
npm install
bower install
grunt
cd app/scripts
cp config.js.example config.js

Edit the config to suit

cd -
grunt server

retrospectacular's People

Contributors

mrfjellstad avatar plumpnation avatar

Watchers

James Cloos avatar Jen Jones Arnesen 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.