From f41558b93f195c73201c038b9f9e6a18a6cceda4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 12 Sep 2022 15:59:17 +0200 Subject: [PATCH] Website: update for the 3.0 release Remove mentions/disclaimers that Flamenco is in beta or in "heavy development". Some small text fixes. --- web/project-website/content/_index.md | 7 ++--- .../content/download/_index.md | 29 ++++++++++--------- .../content/usage/quickstart/_index.md | 6 +--- web/project-website/data/flamenco.yaml | 2 +- 4 files changed, 19 insertions(+), 25 deletions(-) diff --git a/web/project-website/content/_index.md b/web/project-website/content/_index.md index 9699763f..5b4036ab 100644 --- a/web/project-website/content/_index.md +++ b/web/project-website/content/_index.md @@ -12,9 +12,6 @@ geekdocBreadcrumb: false Take control of your computing infrastructure and get things done.
Flamenco is used in production at [Blender Studio](https://studio.blender.org). -**Disclaimer:** this site describes Flamenco 3, which is still under heavy -development. For information on its predecessor, see [Flamenco 2](/v2/). - {{< button size="large" relref="usage/quickstart/" >}}Quickstart{{< /button >}} {{< button size="large" relref="download" >}}Download Flamenco{{< /button >}} @@ -71,8 +68,8 @@ The core of Flamenco is build using Go and SQLite. Check out the sources on ### In Development -Getting close to Beta release, Flamenco v3 is in active development at Blender -Studio. Join [the chat](https://blender.chat/channel/flamenco) to see what's happening! +Flamenco v3 is in active development at Blender Studio. Join +[the chat](https://blender.chat/channel/flamenco) to see what's happening! {{< /columns >}} diff --git a/web/project-website/content/download/_index.md b/web/project-website/content/download/_index.md index a3eae49e..db604f3d 100644 --- a/web/project-website/content/download/_index.md +++ b/web/project-website/content/download/_index.md @@ -2,15 +2,23 @@ title: Download --- -Download Flamenco for your platform here. Each download contains both Flamenco Manager and Worker. +Download Flamenco for your platform here. Each download contains both Flamenco +Manager and Worker. The Blender add-on can be downloaded from the Flamenco +Manager web-interface after installation. The latest version is: **{{< flamenco/latestVersion >}}** -{{< hint type=caution >}} -This is a **beta** version of the software! This means that the features for the -3.0 version are there, but are likely to be some bugs. +| Platform | File | +|-----------|------------------------------------------------------| +| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | +| Linux | {{< flamenco/downloadLink os="linux" >}} | +| macOS | {{< flamenco/downloadLink os="macos" >}} | +| checksums | {{< flamenco/sha256link >}} | -When **upgrading** from a previous beta, it is recommended to start afresh with the following steps: + +{{< hint type=caution >}} +When **upgrading** from a previous v3 beta version, it is recommended to start +afresh with the following steps: 1. Cancel any running or queued job. 2. Shut down Flamenco Manager and all Workers. @@ -21,20 +29,13 @@ When **upgrading** from a previous beta, it is recommended to start afresh with interface, and install it. It has seen development as well, and will need to be upgraded. -Read the announcement at the [Blender Studio blog][blog].
-Please report any issue at [developer.blender.org][bugs]. A stable release is -planned by the end of September 2022. +Read the beta announcement at the [Blender Studio blog][blog].
+Please report any issue at [developer.blender.org][bugs]. [blog]: (https://studio.blender.org/blog/announcing-flamenco-3-beta/) [bugs]: (https://developer.blender.org/project/profile/58/) {{< /hint >}} -| Platform | File | -|-----------|------------------------------------------------------| -| Windows | {{< flamenco/downloadLink os="windows" ext="zip" >}} | -| Linux | {{< flamenco/downloadLink os="linux" >}} | -| macOS | {{< flamenco/downloadLink os="macos" >}} | -| checksums | {{< flamenco/sha256link >}} | ## License diff --git a/web/project-website/content/usage/quickstart/_index.md b/web/project-website/content/usage/quickstart/_index.md index 0c0926ad..f8e398c8 100644 --- a/web/project-website/content/usage/quickstart/_index.md +++ b/web/project-website/content/usage/quickstart/_index.md @@ -3,17 +3,13 @@ title: Quickstart weight: 0 --- -{{< hint type=note >}} -This will be finalised when Flamenco 3 is released. Currently it is still in a testing phase. -{{< /hint >}} - In broad terms, to render with Flamenco, follow these steps: 1. [Download Flamenco][download]. 2. Create a directory on some storage, like a NAS, and make sure it's available at the same path on each computer. 3. Install Blender on each computer you want to render on. It should be in the same place everywhere. 4. Pick the computer that will manage the farm. Run `flamenco-manager` on it. This will start a web browser with the *Flamenco Setup Assistant*. -5. Step through the assistant, pointing it to the storage (step 3) and Blender (step 3). Be sure to confirm at the final step. +5. Step through the assistant, pointing it to the storage (step 2) and Blender (step 3). Be sure to confirm at the final step. 6. Download the *Blender add-on* and install it. The link is in the top-right corner in your browser. 7. Configure the add-on by giving it the address of Flamenco Manager. You can see this in your web browser, and the Flamenco Manager logs also show URLs you can try. Be sure to click the checkmark to check the connection. 8. Save your Blend file in the shared storage. diff --git a/web/project-website/data/flamenco.yaml b/web/project-website/data/flamenco.yaml index d77a74c3..d19b9874 100644 --- a/web/project-website/data/flamenco.yaml +++ b/web/project-website/data/flamenco.yaml @@ -1 +1 @@ -latestVersion: 3.0-rc1 +latestVersion: "3.0"