Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

ryeo/metrello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-trello

Build Status

Show issues Metrello board :)

Boards View

alt tag

Board list View

alt tag

install nodejs
$ wget http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz
$ tar -xvf node-v0.10.24.tar.gz
$ cd node-v0.10.24
$ ./configure && make install clean
install meteor and meteorite
$ curl https://install.meteor.com/ | sh
$ npm install -g meteorite
meteor-trello clone and run
$ git clone https://github.com/yasaricli/meteor-trello.git
$ cd meteor-trello
$ meteor
Change version to try first branch (v0)
$ cd meteor-trello
$ git checkout v0
$ meteor
use mongodb Production
$ export MONGO_URL=mongodb://localhost:27017/dbname
$ meteor --production 

About

Meteor.js trello style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published