Bryan, btw #2,

I've uploaded aria 0.1.1 to dockerhub as well, so this would be another way
of getting your hand on aria quickly
$ docker pull apacheariatosca/aria

We should probably include updating docker hub as part of our build process
for the new versions.

Arthur

On Tue, Sep 26, 2017 at 9:35 PM Vishwanath Jayaraman <
[email protected]> wrote:

> Bryan,
>
> FYI Below were the set of steps that got me an end to end successful run
> on ubuntu 16.04 and is captured at
> http://mail-archives.apache.org/mod_mbox/incubator-ariatosca-dev/201708.mbox/%3cmwhpr2201mb1309a05b49d5f8415ed4d683a4...@mwhpr2201mb1309.namprd22.prod.outlook.com%3e
>
>
> sudo apt-get update
>
> sudo apt install -y python-pip git
>
> sudo pip install --upgrade pip setuptools
>
> sudo apt-get install -y python-dev gcc libffi-dev libssl-dev
>
> sudo pip install apache-ariatosca[ssh] --no-binary apache-ariatosca
>
> git clone https://github.com/apache/incubator-ariatosca.git
>
> cd incubator-ariatosca
>
> git checkout tags/0.1.1
>
> aria service-templates store examples/hello-world/helloworld.yaml
> my-service-template
>
> aria services create my-service -t my-service-template
>
> aria executions start install -s my-service
>
>
>
>
> Vish
>
>
> ________________________________
> From: Bryan Sullivan <[email protected]>
> Sent: Tuesday, September 26, 2017 12:51 PM
> To: Tal Liron; [email protected]
> Subject: Re: Issue with guide at
> http://ariatosca.incubator.apache.org/getting-started/
>
> Many thanks, that worked! I'll follow up on how to get the guide updated,
> and as I find other issues to feedback I'll report them here also.
>
> Thanks,
> Bryan Sullivan
> ________________________________
> From: Tal Liron <[email protected]>
> Sent: Tuesday, September 26, 2017 10:48 AM
> To: [email protected]
> Subject: Re: Issue with guide at
> http://ariatosca.incubator.apache.org/getting-started/
>
> It is indeed incorrect, it should be:
>
> sudo -H pip install apache-ariatosca[ssh]
>
> On Tue, Sep 26, 2017 at 12:25 PM, Bryan Sullivan <[email protected]>
> wrote:
>
> > Hi,
> >
> > I'm trying to follow the guide http://ariatosca.incubator.
> > apache.org/getting-started/ but running into the following error. For
> > completeness I provide below all commands I have run per the guide since
> > doing a clean Xenial install:
> >
> > sudo apt-get install -y python-pip
> > sudo -H pip install --upgrade pip setuptools
> > sudo -H pip install apache-ariatosca
> > sudo apt-get install -y python-dev gcc libffi-dev libssl-dev
> > sudo -H pip install aria[ssh]
> > Collecting aria[ssh]
> >   Could not find a version that satisfies the requirement aria[ssh] (from
> > versions: )
> > No matching distribution found for aria[ssh]
> >
> >
> > Any help is appreciated. If this is a documentation issue and there's a
> > bug tracking system where I can report it, please let me know also.
> >
> > Thanks,
> > Bryan Sullivan
> >
>

Reply via email to