> +### <a id="autoscale-source"></a>The Source Code
> +
> +1. Create the directory hierarchy 
> org/jclouds/examples/rackspace/clouddatabases/ in your jclouds directory.
> +1. Create Java source files called CreateInstance.java and Constants.java in 
> the directory above.
> +1. You should now have a directory with the following structure:
> +    * `jclouds/`
> +        * `pom.xml`
> +        * `lib/`
> +            * `*.jar`
> +        * `org/jclouds/examples/rackspace/autoscale/`
> +            * `CreatePolicy.java`
> +            * `Constants.java`
> +1. Open CreatePolicy.java for editing.
> +1. Go to the example code 
> [Createpolicy.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/CreatePolicy.java),
>  read it over, and copy the code into your file.
> +1. Open Constants.java for editing.
> +1. Go to the example code 
> [Constants.java](https://github.com/jclouds/jclouds-examples/blob/master/rackspace/src/main/java/org/jclouds/examples/rackspace/autoscale/Constants.java),
>  read it over, and copy the code into your file.

Also 404 - expected?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/32/files#r7654197

Reply via email to