# Matrix **Repository Path**: liulantao/matrix ## Basic Information - **Project Name**: Matrix - **Description**: 个人项目进度追踪工具 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-05-16 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Development ========== We use YAML. USAGE ========== deploy on heroku ---------- set variables (MATRIX_ROOT/AUTH/CLIENT_ID/CLIENT_SECRET/MQ) with following command. (replace vars on your own) $ git clone git://github.com/Lax/matrix.git matrix && cd matrix $ heroku create $ heroku config:set MATRIX_ROOT=http://uimatrix.herokuapp.com AUTH=github CLIENT_ID= CLIENT_SECRET= MQ='' $ git push heroku master deploy on own server ---------- $ git clone git://github.com/Lax/matrix.git matrix && cd matrix $ bundle install $ MATRIX_ROOT=http://uimatrix.heroku.com AUTH=github CLIENT_ID= CLIENT_SECRET= MQ=stalker rackup about message queue ---------- Matrix send emails to users by stalker, and beanstalkd service should be accessable. Since beanstalkd doesn't work on heroku, you should set environmen variable MQ=''. References ========== 1. http://uimatrix.heroku.com 2. http://www.mindtools.com/pages/article/newHTE_83.htm 3. http://www.mindtools.com/pages/article/newHTE_91.htm 4. http://pomotodo.com 5. http://tomato.es