You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prasanna Santhanam (JIRA)" <ji...@apache.org> on 2013/06/05 10:34:21 UTC

[jira] [Updated] (CLOUDSTACK-2847) Development Environment setup missing python apps

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasanna Santhanam updated CLOUDSTACK-2847:
-------------------------------------------

    Priority: Critical  (was: Trivial)
    
> Development Environment setup missing python apps
> -------------------------------------------------
>
>                 Key: CLOUDSTACK-2847
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-2847
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Doc, Website
>    Affects Versions: 4.1.0
>         Environment: Fedora 17
>            Reporter: Thomas O'Dowd
>            Priority: Critical
>              Labels: documentation, web-site
>
> I'm new to Cloudstack. I followed the instructions on the following url:
> http://cloudstack.apache.org/develop/environment.html
> However, I ran into trouble building cloudstack (master). To resolve things I had to do the following:
>  1057  mvn -P developer clean install
>  1058  mvn -P developer -pl developer,tools/devcloud -Ddeploydb
>  1059  mvn -P developer -pl tools/devcloud -Ddeploysvr
> Trouble here... looked up error and found these steps...
>  1060  sudo easy_install pip
>  1061  sudo pip install requests
>  1062  mvn -P developer -pl tools/devcloud -Ddeploysvr
> Got further... Finally got it working with these steps.
>  1065  sudo easy_install -U distribute
>  1067  sudo yum install python-devel
>  1078  sudo pip install mysql-connector-python
> Of course then, I couldn't deploysvr as nothing was running on 8096 so it failed trying to connect... vogxn helped me out on irc and said I needed to run:
>   mvn -pl :cloud-client-ui jetty:run
> before using deploysvr... so the steps are in the wrong order.
> After doing this I was able to login.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira