You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Sebastien Goasguen <ru...@gmail.com> on 2012/10/25 15:08:56 UTC

DevCloud RC demo

Hi folks,

It's a little late to help with the voting, but I created a screencast as I was testing things this morning:

https://vimeo.com/52150218

Quality seems good enough to follow. It shows how to use devcloud and deploy the source.

Any feedback welcome, but I won't be able to do anything about the french accent...

-Sebastien

Re: DevCloud RC demo

Posted by Sebastien Goasguen <ru...@gmail.com>.
On Oct 25, 2012, at 6:34 PM, Edison Su <Ed...@citrix.com> wrote:

> Hi Sebastien,
>   Great idea, I think we need another video for devcloud 2.0(https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html), on a clean environment. 
>   Anybody want to help?

I will try, as soon as I get it to work :)

> 
>> -----Original Message-----
>> From: Sebastien Goasguen [mailto:runseb@gmail.com]
>> Sent: Thursday, October 25, 2012 6:09 AM
>> To: cloudstack-dev@incubator.apache.org; cloudstack-
>> users@incubator.apache.org
>> Subject: DevCloud RC demo
>> 
>> Hi folks,
>> 
>> It's a little late to help with the voting, but I created a screencast
>> as I was testing things this morning:
>> 
>> https://vimeo.com/52150218
>> 
>> Quality seems good enough to follow. It shows how to use devcloud and
>> deploy the source.
>> 
>> Any feedback welcome, but I won't be able to do anything about the
>> french accent...
>> 
>> -Sebastien


Re: DevCloud RC demo

Posted by Sebastien Goasguen <ru...@gmail.com>.
On Oct 25, 2012, at 6:34 PM, Edison Su <Ed...@citrix.com> wrote:

> Hi Sebastien,
>   Great idea, I think we need another video for devcloud 2.0(https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html), on a clean environment. 
>   Anybody want to help?

I will try, as soon as I get it to work :)

> 
>> -----Original Message-----
>> From: Sebastien Goasguen [mailto:runseb@gmail.com]
>> Sent: Thursday, October 25, 2012 6:09 AM
>> To: cloudstack-dev@incubator.apache.org; cloudstack-
>> users@incubator.apache.org
>> Subject: DevCloud RC demo
>> 
>> Hi folks,
>> 
>> It's a little late to help with the voting, but I created a screencast
>> as I was testing things this morning:
>> 
>> https://vimeo.com/52150218
>> 
>> Quality seems good enough to follow. It shows how to use devcloud and
>> deploy the source.
>> 
>> Any feedback welcome, but I won't be able to do anything about the
>> french accent...
>> 
>> -Sebastien


RE: DevCloud RC demo

Posted by Edison Su <Ed...@citrix.com>.
Hi Sebastien,
   Great idea, I think we need another video for devcloud 2.0(https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html), on a clean environment. 
   Anybody want to help?

> -----Original Message-----
> From: Sebastien Goasguen [mailto:runseb@gmail.com]
> Sent: Thursday, October 25, 2012 6:09 AM
> To: cloudstack-dev@incubator.apache.org; cloudstack-
> users@incubator.apache.org
> Subject: DevCloud RC demo
> 
> Hi folks,
> 
> It's a little late to help with the voting, but I created a screencast
> as I was testing things this morning:
> 
> https://vimeo.com/52150218
> 
> Quality seems good enough to follow. It shows how to use devcloud and
> deploy the source.
> 
> Any feedback welcome, but I won't be able to do anything about the
> french accent...
> 
> -Sebastien

RE: DevCloud RC demo

Posted by Edison Su <Ed...@citrix.com>.
Hi Sebastien,
   Great idea, I think we need another video for devcloud 2.0(https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html), on a clean environment. 
   Anybody want to help?

> -----Original Message-----
> From: Sebastien Goasguen [mailto:runseb@gmail.com]
> Sent: Thursday, October 25, 2012 6:09 AM
> To: cloudstack-dev@incubator.apache.org; cloudstack-
> users@incubator.apache.org
> Subject: DevCloud RC demo
> 
> Hi folks,
> 
> It's a little late to help with the voting, but I created a screencast
> as I was testing things this morning:
> 
> https://vimeo.com/52150218
> 
> Quality seems good enough to follow. It shows how to use devcloud and
> deploy the source.
> 
> Any feedback welcome, but I won't be able to do anything about the
> french accent...
> 
> -Sebastien

Re: DevCloud RC demo

Posted by Sebastien Goasguen <ru...@gmail.com>.
http://pastebin.com/i9wA5MhH

On Oct 25, 2012, at 5:41 PM, Charles Moulliard <ch...@gmail.com> wrote:

> Could you also provide python script used ?
> 
> On Thu, Oct 25, 2012 at 5:09 PM, Charles Moulliard <ch...@gmail.com> wrote:
> 
>> Thx a lot.
>> 
>> 
>> On Thu, Oct 25, 2012 at 4:18 PM, sebgoa <ru...@gmail.com> wrote:
>> 
>>> I am using the 4.0 RC and compiling on OSX 10.8.1
>>> I then follow the RC testing procedure step by step:
>>> https://cwiki.apache.org/CLOUDSTACK/cloudstack-40-test-procedure.html
>>> 
>>> including the cleanup of devcloud:
>>> ssh root@localhost -p 2222 'cd /opt/cloudstack/; rm -rf
>>> apache-tomcat-6.0.32; unzip apache-tomcat-6.0.32.zip; cd
>>> incubator-cloudstack; git clean -f; git reset --hard; git pull --rebase;
>>> git clean -f; git  checkout origin/4.0 -b 4.0 -f '
>>> Which I do before the 'ant deploy'.
>>> 
>>> On the laptop/desktop:
>>> 
>>> mvn -P deps
>>> ant clean-all build-all
>>> ant rdeploy
>>> ant rdeploydb
>>> ant rdebug
>>> 
>>> 
>>> 
>>> On Oct 25, 2012, at 3:25 PM, Charles Moulliard wrote:
>>> 
>>>> Hi Sebastien,
>>>> 
>>>> Very interesting video. Could also provide the commands '
>>> gist.github.com or
>>>> pastebin.com' that you have used for the build, deployment in VB, ...
>>>> during this video ?
>>>> 
>>>> Regards,
>>>> 
>>>> Charles
>>>> 
>>>> On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <runseb@gmail.com
>>>> wrote:
>>>> 
>>>>> Hi folks,
>>>>> 
>>>>> It's a little late to help with the voting, but I created a screencast
>>> as
>>>>> I was testing things this morning:
>>>>> 
>>>>> https://vimeo.com/52150218
>>>>> 
>>>>> Quality seems good enough to follow. It shows how to use devcloud and
>>>>> deploy the source.
>>>>> 
>>>>> Any feedback welcome, but I won't be able to do anything about the
>>> french
>>>>> accent...
>>>>> 
>>>>> -Sebastien
>>>> 
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Charles Moulliard
>>>> Apache Committer / Sr. Enterprise Architect (RedHat)
>>>> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>>> 
>>> 
>> 
>> 
>> --
>> Charles Moulliard
>> Apache Committer / Sr. Enterprise Architect (RedHat)
>> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>> 
>> 
>> 
> 
> 
> -- 
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com


Re: DevCloud RC demo

Posted by Charles Moulliard <ch...@gmail.com>.
Could you also provide python script used ?

On Thu, Oct 25, 2012 at 5:09 PM, Charles Moulliard <ch...@gmail.com> wrote:

> Thx a lot.
>
>
> On Thu, Oct 25, 2012 at 4:18 PM, sebgoa <ru...@gmail.com> wrote:
>
>> I am using the 4.0 RC and compiling on OSX 10.8.1
>> I then follow the RC testing procedure step by step:
>> https://cwiki.apache.org/CLOUDSTACK/cloudstack-40-test-procedure.html
>>
>> including the cleanup of devcloud:
>> ssh root@localhost -p 2222 'cd /opt/cloudstack/; rm -rf
>> apache-tomcat-6.0.32; unzip apache-tomcat-6.0.32.zip; cd
>> incubator-cloudstack; git clean -f; git reset --hard; git pull --rebase;
>> git clean -f; git  checkout origin/4.0 -b 4.0 -f '
>> Which I do before the 'ant deploy'.
>>
>> On the laptop/desktop:
>>
>> mvn -P deps
>> ant clean-all build-all
>> ant rdeploy
>> ant rdeploydb
>> ant rdebug
>>
>>
>>
>> On Oct 25, 2012, at 3:25 PM, Charles Moulliard wrote:
>>
>> > Hi Sebastien,
>> >
>> > Very interesting video. Could also provide the commands '
>> gist.github.com or
>> > pastebin.com' that you have used for the build, deployment in VB, ...
>> > during this video ?
>> >
>> > Regards,
>> >
>> > Charles
>> >
>> > On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <runseb@gmail.com
>> >wrote:
>> >
>> >> Hi folks,
>> >>
>> >> It's a little late to help with the voting, but I created a screencast
>> as
>> >> I was testing things this morning:
>> >>
>> >> https://vimeo.com/52150218
>> >>
>> >> Quality seems good enough to follow. It shows how to use devcloud and
>> >> deploy the source.
>> >>
>> >> Any feedback welcome, but I won't be able to do anything about the
>> french
>> >> accent...
>> >>
>> >> -Sebastien
>> >
>> >
>> >
>> >
>> > --
>> > Charles Moulliard
>> > Apache Committer / Sr. Enterprise Architect (RedHat)
>> > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>>
>>
>
>
> --
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>
>
>


-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: DevCloud RC demo

Posted by Charles Moulliard <ch...@gmail.com>.
Thx a lot.

On Thu, Oct 25, 2012 at 4:18 PM, sebgoa <ru...@gmail.com> wrote:

> I am using the 4.0 RC and compiling on OSX 10.8.1
> I then follow the RC testing procedure step by step:
> https://cwiki.apache.org/CLOUDSTACK/cloudstack-40-test-procedure.html
>
> including the cleanup of devcloud:
> ssh root@localhost -p 2222 'cd /opt/cloudstack/; rm -rf
> apache-tomcat-6.0.32; unzip apache-tomcat-6.0.32.zip; cd
> incubator-cloudstack; git clean -f; git reset --hard; git pull --rebase;
> git clean -f; git  checkout origin/4.0 -b 4.0 -f '
> Which I do before the 'ant deploy'.
>
> On the laptop/desktop:
>
> mvn -P deps
> ant clean-all build-all
> ant rdeploy
> ant rdeploydb
> ant rdebug
>
>
>
> On Oct 25, 2012, at 3:25 PM, Charles Moulliard wrote:
>
> > Hi Sebastien,
> >
> > Very interesting video. Could also provide the commands 'gist.github.comor
> > pastebin.com' that you have used for the build, deployment in VB, ...
> > during this video ?
> >
> > Regards,
> >
> > Charles
> >
> > On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <runseb@gmail.com
> >wrote:
> >
> >> Hi folks,
> >>
> >> It's a little late to help with the voting, but I created a screencast
> as
> >> I was testing things this morning:
> >>
> >> https://vimeo.com/52150218
> >>
> >> Quality seems good enough to follow. It shows how to use devcloud and
> >> deploy the source.
> >>
> >> Any feedback welcome, but I won't be able to do anything about the
> french
> >> accent...
> >>
> >> -Sebastien
> >
> >
> >
> >
> > --
> > Charles Moulliard
> > Apache Committer / Sr. Enterprise Architect (RedHat)
> > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com
>
>


-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com

Re: DevCloud RC demo

Posted by sebgoa <ru...@gmail.com>.
I am using the 4.0 RC and compiling on OSX 10.8.1
I then follow the RC testing procedure step by step:
https://cwiki.apache.org/CLOUDSTACK/cloudstack-40-test-procedure.html

including the cleanup of devcloud:
ssh root@localhost -p 2222 'cd /opt/cloudstack/; rm -rf apache-tomcat-6.0.32; unzip apache-tomcat-6.0.32.zip; cd incubator-cloudstack; git clean -f; git reset --hard; git pull --rebase; git clean -f; git  checkout origin/4.0 -b 4.0 -f '
Which I do before the 'ant deploy'.

On the laptop/desktop:

mvn -P deps
ant clean-all build-all
ant rdeploy
ant rdeploydb
ant rdebug



On Oct 25, 2012, at 3:25 PM, Charles Moulliard wrote:

> Hi Sebastien,
> 
> Very interesting video. Could also provide the commands 'gist.github.com or
> pastebin.com' that you have used for the build, deployment in VB, ...
> during this video ?
> 
> Regards,
> 
> Charles
> 
> On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <ru...@gmail.com>wrote:
> 
>> Hi folks,
>> 
>> It's a little late to help with the voting, but I created a screencast as
>> I was testing things this morning:
>> 
>> https://vimeo.com/52150218
>> 
>> Quality seems good enough to follow. It shows how to use devcloud and
>> deploy the source.
>> 
>> Any feedback welcome, but I won't be able to do anything about the french
>> accent...
>> 
>> -Sebastien
> 
> 
> 
> 
> -- 
> Charles Moulliard
> Apache Committer / Sr. Enterprise Architect (RedHat)
> Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com


Re: DevCloud RC demo

Posted by Charles Moulliard <ch...@gmail.com>.
Hi Sebastien,

Very interesting video. Could also provide the commands 'gist.github.com or
pastebin.com' that you have used for the build, deployment in VB, ...
during this video ?

Regards,

Charles

On Thu, Oct 25, 2012 at 3:08 PM, Sebastien Goasguen <ru...@gmail.com>wrote:

> Hi folks,
>
> It's a little late to help with the voting, but I created a screencast as
> I was testing things this morning:
>
> https://vimeo.com/52150218
>
> Quality seems good enough to follow. It shows how to use devcloud and
> deploy the source.
>
> Any feedback welcome, but I won't be able to do anything about the french
> accent...
>
> -Sebastien




-- 
Charles Moulliard
Apache Committer / Sr. Enterprise Architect (RedHat)
Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com