-
Notifications
You must be signed in to change notification settings - Fork 23
Gantt Chart Tool
basheersubei edited this page Oct 30, 2014
·
1 revision
Some cool guys made an awesome tool that transforms Github issues into a Gantt chart. It runs on NodeJS. Don't worry, it's easy to use. Here's what to do to get it working (assuming Ubuntu):
- Go to this SO answer and follow instructions to install a newer version of
npm
(package manager for NodeJS):
sudo apt-get purge nodejs
sudo apt-get update
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
- Now navigate to the Github repo of the tool, and follow the installation instructions:
cd ~
git clone git://github.com/neyric/gh-issues-gantt.git
cd gh-issues-gantt
npm install
-
cp config.example.js config.js
, and then editconfig.js
and put your username, password , and repochicagoedt/Software_IGVC
for now. -
cp public/config.example.js public/config.js
, and then editpublic/config.js
and putchicagoedt/Software_IGVC
for the repo. -
node server.js
to start the application (it's just a NodeJS server). - navigate to
localhost:3001
in a web browser, and voila!