From 55d65f101337a2d92c1954dbfcb8c55d7142de54 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 6 May 2020 20:03:30 +0100 Subject: README: Rewrite text that implies LC must be part of Trove * Remove early reference to Trove and Baserock integration in the Overview section. * Rearrange description of the WEBAPP admin interface to describe the full admin interface before the Trove status page. Related to #3. --- README | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index 8455e35..f14e822 100644 --- a/README +++ b/README @@ -5,9 +5,7 @@ Overview -------- Lorry Controller, or LC for short, manages the importing of source -code from external sources into git repositories on a Trove. A Trove -is a component in the Baserock system for hosting source code, and LC -runs inside a Trove. +code from external sources into git repositories on a Trove. LC uses the Lorry tool to do the actual import. Lorry can read code from several different version control systems, and convert them to @@ -191,15 +189,16 @@ must be controlled appropriately. WEBAPP 'Admin' Interface ------------------------ -A web interface for managing lorry controller is accessible from -http://trove/1.0/status-html. A more detailed 'admin' interface runs locally -on port 12765. +An 'admin' interface runs locally on port 12765. -For the moment you can access this interface using an ssh tunnel if you have -root access to the trove, for example: +For the moment you can access this interface using an ssh tunnel, for +example: -ssh -L 12765:localhost:12765 root@trove +ssh -L 12765:localhost:12765 root@lorryhost -will bind 12765 on your localhost to 12765 on the trove, with this running -you can access the trove 'admin' interface at +will bind 12765 on your localhost to 12765 on lorryhost, with this running +you can access the 'admin' interface at http://localhost:12765/1.0/status-html + +When used within Trove, a web interface for managing lorry controller +is accessible from http://trove/1.0/status-html. -- cgit v1.2.1