Phabricator: Difference between revisions
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
! Maintenance | ! Maintenance | ||
|- | |- | ||
| | | | ||
* Stop phabricator (I usually ignore this step) | |||
* Update code | |||
m@bitpost cd development/phabricator/libphutil && git pull | m@bitpost cd development/phabricator/libphutil && git pull | ||
m@bitpost cd ../arcanist && git pull | m@bitpost cd ../arcanist && git pull | ||
m@bitpost cd ../phabricator && git pull | m@bitpost cd ../phabricator && git pull | ||
* Upgrade the mysql schema | |||
m@bitpost cd development/phabricator/phabricator | m@bitpost cd development/phabricator/phabricator | ||
bin/storage upgrade | bin/storage upgrade | ||
* Restart phabricator | |||
# restart apache | # restart apache | ||
m@bitpost cd development/phabricator/phabricator | m@bitpost cd development/phabricator/phabricator |
Revision as of 15:31, 26 March 2016
CollapseWORKFLOW | |
---|---|
Workflow columns | Backlog => In Progress => Fixed |
Create a task | Click dropdown on Backlog, select Create Task. |
Start a task | Drag it from Backlog to In Progress, and change Priority to High (so that the CI dashboard shows the task). |
Finish a task | Drag it from In Progress to Done, and change Status to Resolved (so that the CI dashboard doesn't show the task). |
ExpandTips |
---|
ExpandMaintenance |
---|
ExpandInstall |
---|
ExpandAPI |
---|