Phabricator: Difference between revisions
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
Wikipedia is done with Phabricator and is a great resource, for example [https://www.mediawiki.org/wiki/Phabricator/Project_management their project management guidelines]. | Wikipedia is done with Phabricator and is a great resource, for example [https://www.mediawiki.org/wiki/Phabricator/Project_management their project management guidelines]. | ||
|} | |||
{| class="mw-collapsible mw-collapsed wikitable" | |||
! Maintenance | |||
|- | |||
| # Stop phabricator (I usually ignore this step) | |||
# Update code | |||
m@bitpost cd development/phabricator/libphutil && git pull | |||
m@bitpost cd ../arcanist && git pull | |||
m@bitpost cd ../phabricator && git pull | |||
# Upgrade the mysql schema | |||
m@bitpost cd development/phabricator/phabricator | |||
bin/storage upgrade | |||
# Restart phabricator | |||
# restart apache | |||
m@bitpost cd development/phabricator/phabricator | |||
bin/phd start | |||
|} | |} | ||
{| class="mw-collapsible mw-collapsed wikitable" | {| class="mw-collapsible mw-collapsed wikitable" |
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 |
---|