← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] ~jugmac00/launchpad:add-note-about-running-two-instances into launchpad:master

 


Diff comments:

> diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
> index 39edf9a..5921eac 100644
> --- a/doc/how-to/running.rst
> +++ b/doc/how-to/running.rst
> @@ -61,6 +61,13 @@ This assumes you already have LXD set up.  If not, follow the `instructions
>  <https://linuxcontainers.org/lxd/getting-started-cli/>`_ for getting it
>  installed and configured on your network.
>  
> +.. note::
> +
> +    If you want to run a second Launchpad instance, e.g. to test compatibility

I think it is not recommended, but even necessary as mentioned in the standup.

We need to have one instance running where we develop, and at least at some time we need to check whether our setup is compatible with the next LTS release (or even next LTS releases as currently :-)).

Updating `/etc/hosts` is unfortunately not enough, as you'd also need to update the Apache configuration, which is vhost based.

I have not went through the whole process, so I do not know what needs to be updated in what files, so I'd prefer to merge this as is, and add more information when somebody worked further in the process of running two instances.

> +    with the next Ubuntu LTS version, please use a profile with a different
> +    ``$HOME`` directory, as both ``rocketfuel-setup`` and ``rocketfuel-get``
> +    build the instance directory from ``~/rocketfuel-env.sh``.
> +
>  1. If you haven't done so already, run this script to set up LXD to let you
>     use your home directory inside the container.  Some developers prefer to
>     only mount a subdirectory of their home directory in the container: to do


-- 
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/421685
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:add-note-about-running-two-instances into launchpad:master.



References