> @@ -0,0 +1,13 @@
> +# blobstore-scala-filesystem
> +This is a simple example command line client that creates a container, and 
> 'test' file in a 
> [BlobStore](http://jclouds.incubator.apache.org/documentation/userguide/blobstore-guide/)
> +using 'filesystem' api in scala. This example uses 
> [scala-arm](https://github.com/jsuereth/scala-arm) for managing 
> [BlobStoreContext](http://javadocs.jclouds.cloudbees.net/org/jclouds/blobstore/BlobStoreContext.html)
> +## Build
> +Ensure that sbt is installed. Tested with 0.12.2
> +## Run
> +Go to root of project and run sbt. Invoke 'run basedir'. 'basedir' is the 
> folder where the container, and file will be stored

"Run sbt from the root of your project and invoke `run _basedir_`, where 
_basedir_ is a directory in which the container will be created. E.g. if your 
basedir is `/home/blobstore`, run
```
run /home/blobstore
```

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/4/files#r4849801

Reply via email to