Re: CloudStack Development tutorial for newbies

2012-09-27 Thread Kamil Gardziejczyk
] Sent: Sunday, September 23, 2012 12:33 PM To: cloudstack-dev@incubator.apache.org Subject: Re: CloudStack Development tutorial for newbies OK. I successfully build rpms ;) What do you mean saying deploy as normal? I want install management server and agent using install.sh script

RE: CloudStack Development tutorial for newbies

2012-09-24 Thread Edison Su
, September 23, 2012 12:33 PM To: cloudstack-dev@incubator.apache.org Subject: Re: CloudStack Development tutorial for newbies OK. I successfully build rpms ;) What do you mean saying deploy as normal? I want install management server and agent using install.sh script because this is the easist way

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Kamil Gardziejczyk
Hmmm There is also issue with ant. I had installed ant before and everthing works fine...e compile-utils: [mkdir] Created dir: /root/workspace/incubator-cloudstack/artifacts/rpmbuild/BUILD/cloud-4.0.0/target/classes/cloud-utils.jar BUILD FAILED

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Kamil Gardziejczyk
Ok. My managment service is working fine ;) Now i have a quastion about KVM agnet. How to deploy it from source? with ant? Should I install it on a separted machin or can it be shared with management server? 2012/9/23 Kamil Gardziejczyk belussi...@gmail.com Hmmm There is also issue with ant.

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Gavin Lee
KVM agent will be installed on KVM hypervisor, do you plan to use host for both management server and KVM hypervisor? Suggest install the agent on a clean KVM hypervisor. On Sun, Sep 23, 2012 at 6:11 PM, Kamil Gardziejczyk belussi...@gmail.com wrote: Ok. My managment service is working fine ;)

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Kamil Gardziejczyk
Oliver: You just have to add ant-nodeps-1.7.1.jar file to classpath. Find that file on you file system. I had in at /usr/share/nat/lib. export CLASSPATH=/path/to/your/ant-nodeps-1.7.1.jar:$CLASSPATH Gavin: I`m asking about deploying CS Agent on the same machine as management server because I

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Gavin Lee
You may build the source and package into rpm/deb, then deploy as normal, see [1]. After that, you can replace the scripts/modules with yours for dev/debug purpose. May not help you more since I don't have much experience on this part. [1]

Re: CloudStack Development tutorial for newbies

2012-09-23 Thread Kamil Gardziejczyk
OK. I successfully build rpms ;) What do you mean saying deploy as normal? I want install management server and agent using install.sh script because this is the easist way ;) Is there any place where I can download latest official build and just replace rpms? 2012/9/23 Gavin Lee

Re: CloudStack Development tutorial for newbies

2012-09-22 Thread Kamil Gardziejczyk
UPDATE: What I did: 1. Pulled CloudStack repo. 2. Ran mv 3. Ran deps/install-non-oss.sh I got oputput: [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom [WARNING] Unable to get resource 'org.apache:apache:pom:11' from repository

Re: CloudStack Development tutorial for newbies

2012-09-22 Thread Chip Childers
Please check the top level README.md file. That should have the rudimentary build instructions. - chip Sent from my iPhone. On Sep 22, 2012, at 3:35 PM, Kamil Gardziejczyk belussi...@gmail.com wrote: UPDATE: What I did: 1. Pulled CloudStack repo. 2. Ran mv 3. Ran deps/install-non-oss.sh