[ 
https://issues.apache.org/jira/browse/TOBAGO-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17490861#comment-17490861
 ] 

Udo Schnurpfeil edited comment on TOBAGO-2112 at 2/11/22, 12:03 PM:
--------------------------------------------------------------------

{code}
sudo apt install     ca-certificates     curl     gnupg     lsb-release
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg 
--dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
# update
# upgreate ....

sudo curl -L 
"https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname
 -s)-$(uname -m)" -o /usr/local/bin/docker-compose

sudo adduser --system --shell /bin/bash --group --home /home/tobago tobago
sudo usermod -aG docker tobago
{code}

{code}
sudo su - tobago
{code}


was (Author: lofwyr):

{code}
sudo adduser --system --shell /bin/bash --group --home /home/tobago tobago
sudo usermod -aG docker tobago
{code}

{code}
sudo su - tobago
{code}

> Enhancements for tobago-vm demo
> -------------------------------
>
>                 Key: TOBAGO-2112
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2112
>             Project: MyFaces Tobago
>          Issue Type: Task
>          Components: Demo
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>
> The VM for the tobago demo is down and will be replaced with a new one. See 
> INFRA-22863
> There a some issues with the old one, so do some enhancements.
> Tasks:
> * The workflow was: There was a git clone directory to control the 
> docker-compose. This directory has file protection (especially the .git 
> files) that makes it unusable for other users to update the docker services.
> ** Use a curl download + unzip instead of "git clone" 
> * The full Tobago repo is not slim.
> ** Use myfaces-homepage to manager the configurations. This is also better, 
> because there is no need for release to update the tobago-vm.
> * Change the name from tobago-vm.apache.org to user friendly 
> tobago-demo.apache.org



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to