Guruprasad has proposed merging ~lgp171188/turnip:add-docs-cgit-webbrowse-setup
into turnip:master.
Commit message:
Document instructions on getting cgit browser working with local Launchpad
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/turnip/+git/turnip/+merge/484724
--
Your team Launchpad code reviewers is requested to review the proposed merge of
~lgp171188/turnip:add-docs-cgit-webbrowse-setup into turnip:master.
diff --git a/docs/development.rst b/docs/development.rst
index 9d2d23a..7359581 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -199,3 +199,16 @@ repository.
cronscripts/process-job-source.py -v IBranchMergeProposalJobSource
These commands are automatically run in the production environment by cron jobs.
+
+If you want to be able to click the repository links on the local Launchpad instance
+and have them open on the cgit web frontend, edit the value of the
+``git_browse_root`` setting in ``configs/development/launchpad-lazr.conf`` to
+``http://git.launchpad.test:9419/``. Also add an entry in the ``/etc/hosts`` file
+on the host for ``git.launchpad.test``
+
+..code:: bash
+
+ $ cat /etc/hosts
+ ...
+ x.x.x.x git.launchpad.test
+ ...
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp