A web-based planning poker tool. Participants votes the stories projected on the screen using their mobile browser. Voted points and notes collected are kept in the system and can be downloaded or exported to project management tools.
- Join foreseedev facebook group - If you are new, make a post and say hello to the team!
- Project Status on Trello
- Code on GitHub
- Install Homebrew
- Install node via homebrew [ brew install node ]
- Go to the directory where you cloned the repository
- npm install
- add "/usr/local/share/npm/bin" to $PATH variable in ~/.bash_profile. If the line does not exist, put in this: "export PATH=$PATH:/usr/local/share/npm/bin"
- sudo apt-get install software-properties-common
- sudo add-apt-repository ppa:chris-lea/node.js
- sudo apt-get update
- sudo apt-get install nodejs
- Download Install nodejs from http://nodejs.org/download/
Do this for all platform
npm install -g grunt-cli
npm install -g phantomjs
- Install firefox, chrome
- Install java
Also make sure you can run java from command line. Try this command
java -version
Before starting anything fetch dependencies
npm install
npm run-script webdriver-update
See the end of Gruntfile.js for all tasks that can run. ie.
grunt test
sudo yum install nodejs
sudo yum install npm
sudo yum install git
sudo yum install upstart
git clone https://github.com/huskycode/foresee.git
cd foresee
npm install
sudo cp configs/foresee.conf /etc/init
sudo start foresee