cloudflow icon indicating copy to clipboard operation
cloudflow copied to clipboard

Downloading and just executing the example app is hard

Open jrudolph opened this issue 5 years ago • 2 comments

The documentation example (2.0.10) at https://cloudflow.io/docs/2.0.10/get-started/setup-example-project-configure-build.html links to example code:

image

The links go to https://github.com/lightbend/cloudflow/tree/master/examples/snippets/modules/ROOT/examples/sensor-data-scala. However, from there

  • it's somewhat hard to download the code
  • it links to the master version of the code
  • But even manually selecting the tag 2.0.10, the cloudflow-plugins.sbt refers to an unavailable 2.1.0-SNAPSHOT version of the sbt plugin (https://github.com/lightbend/cloudflow/blob/v2.0.10/examples/snippets/modules/ROOT/examples/sensor-data-scala/project/cloudflow-plugins.sbt)

Probably doing something dumb here?

jrudolph avatar Sep 16 '20 09:09 jrudolph

We should link to v2.0.10-docs (v-[version]-docs) branch

RayRoestenburg avatar Sep 16 '20 12:09 RayRoestenburg

This should be solved now, the docs are mentioning that you need to:

export CLOUDFLOW_VERSION=<your-version>

and you get everything configured accordingly.

andreaTP avatar Dec 18 '20 14:12 andreaTP