CandyShop / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
1 stars 0 forks source link

Gerrit Install Documentation Enhancement #2118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to have Gerrit auto-start on reboot, the current documentation states:

 - (Optional) Link the gerrit.sh script into rc3.d so the daemon automatically starts and stops with the operating system:
 -
 - sudo ln -snf `pwd`/review_site/bin/gerrit.sh /etc/init.d/gerrit
 - sudo ln -snf /etc/init.d/gerrit /etc/rc3.d/S90gerrit

Additionally, the documentation should include:

 - Be sure to uncomment the following lines from /review_site/bin/gerrit.sh
 - chkconfig: 3 99 99
 - description: Gerrit Code Review
 - processname: gerrit

Thanks,

JD

Original issue reported on code.google.com by jdsaling...@gmail.com on 10 Sep 2013 at 3:43

GoogleCodeExporter commented 9 years ago
https://gerrit-review.googlesource.com/#/c/51185/

Original comment by david.pu...@sonymobile.com on 24 Oct 2013 at 4:13