<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ticket search results</title><link>https://forge-allura.apache.org/p/allura/tickets/</link><description>You searched for labels:"install"</description><language>en</language><lastBuildDate>Thu, 14 Sep 2023 18:51:37 -0000</lastBuildDate><item><title>Incorrect name of web docker image in compose files</title><link>https://forge-allura.apache.org/p/allura/tickets/8488/</link><description>When following steps in the [Installation manual](https://forge-allura.apache.org/docs/getting_started/installation.html#first-run) the following command:
```
docker compose run taskd paster setup-app docker-dev.ini
```
produces this output:
```
[+] Running 0/1
 ⠿ outmail Error                                                                                                                                                       2.9s
Error response from daemon: pull access denied for allura_web, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
```

But when I consult the Images list in Docker, I can see `allura-web`

It seems to me that the image `allura_web` should be named `allura-web` in the `docker-compose[-prod].yml` files. These are the only files where I could find the pattern `allura[\-_]web`. After replacing underscore with hyphen, I was able to complete the instructions and connect to a working instance.

I'd be happy to contribute a fix, but since I didn't find any other ticket mentioning this issue, maybe it is specific to my setup?

-----

In case this is some recent change in the Docker, I am attaching detailed versions for everything that seems relevant.

```
$ lsb_release -drc
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy
```

```
$ docker version
Client: Docker Engine - Community
 Cloud integration: v1.0.29
 Version:           20.10.22
 API version:       1.41
 Go version:        go1.18.9
 Git commit:        3a2c30b
 Built:             Thu Dec 15 22:28:04 2022
 OS/Arch:           linux/amd64
 Context:           desktop-linux
 Experimental:      true

Server: Docker Desktop 4.15.0 (93002)
 Engine:
  Version:          20.10.21
  API version:      1.41 (minimum version 1.12)
  Go version:       go1.18.7
  Git commit:       3056208
  Built:            Tue Oct 25 18:00:19 2022
  OS/Arch:          linux/amd64
  Experimental:     false
 containerd:
  Version:          1.6.10
  GitCommit:        770bd0108c32f3fb5c73ae1264f7e503fe7b2661
 runc:
  Version:          1.1.4
  GitCommit:        v1.1.4-0-g5fd4c4d
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0
```

Compose: v2.13.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maarrk</dc:creator><pubDate>Thu, 14 Sep 2023 18:51:37 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8488/</guid></item><item><title>Installing on "Ubuntu 20.04" not possible</title><link>https://forge-allura.apache.org/p/allura/tickets/8406/</link><description>Installing on *Ubuntu 20.04* according to the [manual](https://forge-allura.apache.org/docs/getting_started/installation.html) giving in the command:
~~~

sudo docker-compose run taskd paster setup-app docker-dev.ini
~~~

results with:

&gt; Creating network "allura-git_default" with the default driver
&gt; Building web
&gt; Step 1/9 : FROM ubuntu:18.04
&gt;  ---&gt; 5a214d77f5d7
&gt; Step 2/9 : RUN apt-get update &amp;&amp; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends     git-core     python3-dev     gcc     libmagic1     libssl-dev     libldap2-dev     libsasl2-dev     libjpeg8-dev     zlib1g-dev     python3-venv     zip     subversion     python3-svn     curl     locales     sudo     &amp;&amp; rm -rf /var/lib/apt/lists/*
&gt;  ---&gt; Using cache
&gt;  ---&gt; 9e4c012987ac
&gt; Step 3/9 : RUN curl --silent --location https://deb.nodesource.com/setup_10.x | sudo bash - &amp;&amp;     DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends nodejs
&gt;  ---&gt; Using cache
&gt;  ---&gt; 03e2dc378636
&gt; Step 4/9 : RUN locale-gen en_US.UTF-8
&gt;  ---&gt; Using cache
&gt;  ---&gt; 754eb37004ea
&gt; Step 5/9 : ENV LANG en_US.UTF-8
&gt;  ---&gt; Using cache
&gt;  ---&gt; 80fe4470c51b
&gt; Step 6/9 : ENV USER root
&gt;  ---&gt; Using cache
&gt;  ---&gt; a9a65fbce4c4
&gt; Step 7/9 : WORKDIR /allura
&gt;  ---&gt; Using cache
&gt;  ---&gt; f3205a90cce3
&gt; Step 8/9 : ENV PYTHONUNBUFFERED 1
&gt;  ---&gt; Using cache
&gt;  ---&gt; 336704d9b3c3
&gt; Step 9/9 : CMD gunicorn --paste Allura/docker-dev.ini -b :8088 --reload
&gt;  ---&gt; Using cache
&gt;  ---&gt; 6eb3703bbbf8
&gt; Successfully built 6eb3703bbbf8
&gt; Successfully tagged allura-git_web:latest
&gt; WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
&gt; Creating allura-git_solr_1  ... done
&gt; Creating allura-git_mongo_1 ... done
&gt; Creating allura-git_web_1   ... error
&gt; 
&gt; ERROR: for allura-git_web_1  Cannot create container for service web: create .: volume name is too short, names should be at least two alphanumeric characters
&gt; 
&gt; ERROR: for web  Cannot create container for service web: create .: volume name is too short, names should be at least two alphanumeric characters
&gt; ERROR: Encountered errors while bringing up the project.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">peacecop kalmer:</dc:creator><pubDate>Fri, 23 Sep 2022 16:10:18 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/8406/</guid></item><item><title>solr 1.4.1 link broken in install process</title><link>https://forge-allura.apache.org/p/allura/tickets/5252/</link><description>solr 1.4.1 link broken in install process:

wget http://apache.mirrors.tds.net/lucene/solr/1.4.1/apache-solr-1.4.1.tgz

It appears in the README file in the solr config.


https://sourceforge.net/p/allura/git/ci/master/tree/README.markdown
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alvaro del Castillo</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:57 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/5252/</guid></item><item><title>"Building" Allura with setup.py</title><link>https://forge-allura.apache.org/p/allura/tickets/4415/</link><description>We are working on building a distro-specific package (RPM) of the Allura base install.

We are making the assumption that distribution of Allura in this manner would be desirable,  but haven't been able to test operation of the deployed package.

When trying to run `python setup.py install` for the `Allura` app, I see the error:

    can't copy 'allura/templates/widgets/repo': doesn't exist or not a regular file

We tracked this down to [this line](https://sourceforge.net/p/allura/git/ci/a8a2afd33f8c70336c72e212f9abb8d7d916b4e9/tree/Allura/setup.py#l67)

We were able to fix this by changing a few of the lines:

    ::::diff
    -    'public/*/*',
    -    'templates/*/*'}
    +    'templates/**.html',
    +    'templates/**.py',
    +    'templates/**.xml',
    +    'templates/**.txt',
    +    'public/*/*/*/*/*'}
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">karsten</dc:creator><pubDate>Thu, 20 Aug 2015 22:07:55 -0000</pubDate><guid>https://forge-allura.apache.org/p/allura/tickets/4415/</guid></item></channel></rss>