Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

vinzent/phabricator

 
 

Repository files navigation

Forked from https://github/phacility/phabricator.git to provide RPM packaging for RHEL/Centos 6.

Howto build:

3 RPM's are built:

  • phabricator: webapps
  • phabricator-arcanist: "arc" tool
  • phabricator-libphutil: libphutil php lib

Install:

  • yum localinstall ~/rpmbuild/RPMS/noarch/phabricator-*.rpm
  • /opt/phacility/phabricator/bin/config set mysql.user dbuser
  • /opt/phacility/phabricator/bin/config set mysql.pass dbpass
  • /opt/phacility/phabricator/bin/storage upgrade
  • service phabricator start
  • cp resources/rhel/phabricator.httpd.conf /etc/httpd/conf.d/phabricator.conf
  • service httpd restart

Upgrade:

  • service httpd stop
  • service phabricator stop
  • yum localinstall ~/rpmbuild/RPMS/noarch/phabricator-*.rpm
  • /opt/phacility/phabricator/bin/storage upgrade
  • service phabricator start
  • service httpd start

Original README:

Phabricator is a collection of web applications which help software companies build better software.

Phabricator includes applications for:

  • reviewing and auditing source code;
  • hosting and browsing repositories;
  • tracking bugs;
  • managing projects;
  • conversing with team members;
  • assembling a party to venture forth;
  • writing stuff down and reading it later;
  • hiding stuff from coworkers; and
  • also some other things.

You can learn more about the project (and find links to documentation and resources) at Phabricator.org

Phabricator is developed and maintained by Phacility.


SUPPORT RESOURCES

For resources on filing bugs, requesting features, reporting security issues, and getting other kinds of support, see Support Resources.

NO PULL REQUESTS!

We do not accept pull requests through GitHub. If you would like to contribute code, please read our Contributor's Guide.

LICENSE

Phabricator is released under the Apache 2.0 license except as otherwise noted.

About

Open software engineering platform and fun adventure game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.0%
  • JavaScript 5.4%
  • CSS 2.3%
  • C 0.9%
  • Roff 0.2%
  • Shell 0.1%
  • Other 0.1%