| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Open virtualbox and navigate to its preferences/settings window.
Click onto the network tab and then onto the host only network tab.
Configure your adapters as follows:
vagrant up*** Common issues: ***
Clone the Cloudstack Repository:
git clone https://github.com/apache/cloudstack.git
*** Note: ***
Personally I prefer to use the 4.3 codebase rather than master. If you wish to do the same:
git reset --hard 0810029
Download vhd-util:
cd /path/to/cloudstack/repo
wget http://download.cloud.com.s3.amazonaws.com/tools/vhd-util -P scripts/vm/hypervisor/xenserver/
chmod +x scripts/vm/hypervisor/xenserver/vhd-utilCompile Cloudstack:
cd /path/to/cloudstack/repo
mvn -P developer,systemvm clean install -DskipTests=trueDeploy Cloudstack Database:
cd /path/to/cloudstack/repo
mvn -P developer -pl developer,tools/devcloud4 -DdeploydbStart Cloudstack:
cd /path/to/cloudstack/repo
mvn -pl :cloud-client-ui jetty:runInstall Marvin:
cd /path/to/cloudstack/repo pip install tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz --allow-external mysql-connector-python
Deploying:
python -m marvin.deployDataCenter -i marvin.cfg
| Back | FazBrowse Home | New Git URL |