[
https://issues.apache.org/jira/browse/CLOUDSTACK-2847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohit Yadav closed CLOUDSTACK-2847.
-----------------------------------
Resolution: Fixed
The new docs are pretty well documented;
http://docs.cloudstack.apache.org/en/master/developer_guide.html#prerequisites
You don't need to install mysql-connector-python unless you're using
cloudstack's setup-db python scripts.
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)