← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~lgp171188/turnip:add-docs-cgit-webbrowse-setup into turnip:master

 

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
+  ...

Follow ups