This time, I got allura up:

> CONTAINER ID        IMAGE                       COMMAND                  
> CREATED             STATUS              PORTS                        NAMES
94a4b1fae96d        allura_web                  "paster taskd docker…"   10 
seconds ago      Up 5 seconds                                     
allura-git_taskd_1
b94e5553b729        allura-git_http             "/usr/sbin/apache2 -…"   15 
seconds ago      Up 8 seconds        0.0.0.0:8080->80/tcp         
allura-git_http_1
dbd2fe548629        allura_web                  "python -u -m smtpd …"   16 
seconds ago      Up 10 seconds       8826/tcp                     
allura-git_outmail_1
efc2af7d4421        allura-git_web              "/bin/sh -c 'gunicor…"   21 
seconds ago      Up 15 seconds       0.0.0.0:8088->8088/tcp       
allura-git_web_1
3d833a327fcf        allura_web                  "paster smtp_server …"   22 
seconds ago      Up 15 seconds       0.0.0.0:8825->8825/tcp       
allura-git_inmail_1
d31f59227236        solr:6-alpine               "docker-entrypoint.s…"   27 
seconds ago      Up 21 seconds       0.0.0.0:8983->8983/tcp       
allura-git_solr_1
edd8ffd136d4        mongo:4.2                   "docker-entrypoint.s…"   27 
seconds ago      Up 22 seconds       0.0.0.0:27017->27017/tcp     
allura-git_mongo_1

I logged in as *admin1*, created a new project and imported it successfully 
from GitHub. However, I can't clone it. Initially, the address for cloning was 
localhost:8080... and I changed it in *docker-dev.ini* to 
allura.tennis24.ee.... This is my domain. I configured *nginx* to catch all the 
web requests to allura.tennis24.ee and forward them to localhost:8088. I'm not 
sure whether I should also forward something to 8080. Anyway, the address 
suggestion *git clone http://allura.tennis24.ee/git/p/poster/puud.kalmer 
poster-puud.kalmer* doesn't work. I also tried it with 8080 and no success. If 
I go to the address 
http://allura.tennis24.ee/p/poster/puud.kalmer/ci/master/tree/, I see the code 
in Allura. If I try to clone the code, I get:
> Cloning into 'poster-puud.kalmer'...
fatal: repository 'http://allura.tennis24.ee/git/p/poster/puud.kalmer/' not 
found


---

** [tickets:#8406] Installing on "Ubuntu 20.04" not possible**

**Status:** open
**Milestone:** v1.13.0
**Labels:** install 
**Created:** Fri Dec 24, 2021 11:34 PM UTC by peacecop kalmer:
**Last Updated:** Thu Dec 30, 2021 04:53 PM UTC
**Owner:** nobody


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:

> Creating network "allura-git_default" with the default driver
> Building web
> Step 1/9 : FROM ubuntu:18.04
>  ---> 5a214d77f5d7
> Step 2/9 : RUN apt-get update && 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     && rm -rf /var/lib/apt/lists/*
>  ---> Using cache
>  ---> 9e4c012987ac
> Step 3/9 : RUN curl --silent --location https://deb.nodesource.com/setup_10.x 
> | sudo bash - &&     DEBIAN_FRONTEND=noninteractive apt-get install --yes 
> --no-install-recommends nodejs
>  ---> Using cache
>  ---> 03e2dc378636
> Step 4/9 : RUN locale-gen en_US.UTF-8
>  ---> Using cache
>  ---> 754eb37004ea
> Step 5/9 : ENV LANG en_US.UTF-8
>  ---> Using cache
>  ---> 80fe4470c51b
> Step 6/9 : ENV USER root
>  ---> Using cache
>  ---> a9a65fbce4c4
> Step 7/9 : WORKDIR /allura
>  ---> Using cache
>  ---> f3205a90cce3
> Step 8/9 : ENV PYTHONUNBUFFERED 1
>  ---> Using cache
>  ---> 336704d9b3c3
> Step 9/9 : CMD gunicorn --paste Allura/docker-dev.ini -b :8088 --reload
>  ---> Using cache
>  ---> 6eb3703bbbf8
> Successfully built 6eb3703bbbf8
> Successfully tagged allura-git_web:latest
> 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`.
> Creating allura-git_solr_1  ... done
> Creating allura-git_mongo_1 ... done
> Creating allura-git_web_1   ... error
> 
> 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
> 
> ERROR: for web  Cannot create container for service web: create .: volume 
> name is too short, names should be at least two alphanumeric characters
> ERROR: Encountered errors while bringing up the project.



---

Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed 
to https://forge-allura.apache.org/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://forge-allura.apache.org/p/allura/admin/tickets/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.

Reply via email to