Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Fixed many typos at README.md #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed many typos at README.md #44

wants to merge 1 commit into from

Conversation

ttddttdd
Copy link

No description provided.

Copy link
Member

@rabits rabits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor bugs

@@ -61,7 +61,7 @@ All the components could be used independently with a browser or curl.
### Blender Addon

It's integrated with the current Blender render engine and allows user to send the
same configuration to the Manager to use the cloud resources for rendering.
the same configuration to the Manager to use the cloud resources for rendering.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need in additional the

@@ -101,7 +101,7 @@ if there are no tasks for 30 mins (by default).
Tasks are coming from Addon: one task - one frame. Tasks have a number of samples to
render - and the Manager decides how many samples it will give to an Agent. The Manager
tries to keep the ratio loading/rendering relatively lower, but less than 30 mins per
Agent task. By default it's 100 samples per Agent task.
Agent task. By default, it's 100 samples per Agent task.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why we need comma here?

@@ -142,7 +142,7 @@ pair of user/password - they are stored as Manager configuration.

When Addon wants to talk with Manager - it provides credentials in the HTTP request
header, Manager compares those creds with the stored ones and if they are ok - allow
the request and respond.
the request and response.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Means respond to the request, not "allows both request and response".

@@ -154,10 +154,10 @@ to encrypt the whole communication between client and server.

Required to encrypt the message transport - so no one but client and server can read
those messages during transmission. That means any communication or transfer between
Addon & Manager or Manager and Agent is completely encrypted.
Addon & Manager or Manager and Agent are completely encrypted.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Communication - is, right? Like in the line 49

@@ -223,12 +223,12 @@ can see the issues:

### Addon configuration

Addon is using provider tools for its configuration. So check that your provider tool is available
The addon is using provider tools for its configuration. So check that your provider tool is available
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addon - capitalized.

CA and server SSL certificates and shares the CA certificate with Addon. Addon tries to connect the
Manager using ssl connection and the credentials from configuration (or generated ones).
A manager using an SSL connection and the credentials from configuration (or generated ones).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manager - capitalized

in your PATH and working correctly: you should be able to create an instance and bucket in the
default project using the provider tool.
default project using the provided tool.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's provider, cloud provider.

@@ -241,17 +241,17 @@ can check that using google cloud web console at https://console.cloud.google.co
* Command `gsutil mb gs://test-bucket-jsfkhbqfhbqw` should create a test bucket
* Command `gsutil rm -r gs://test-bucket-jsfkhbqfhbqw` should clean and delete the test bucket

Of course it's just an example - but in general case those commands should work for you.
Of course, it's just an example - but in general case those commands should work for you.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure comma is needed here.


### Manager instance provisioning

This action actually uses bucket creation, bucket files upload, instance creation, autostarting
script that downloads the Manager scripts from bucket and runns them. After that Manager generates
This action actually uses bucket creation, bucket files upload, instance creation, an autostarting
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an - probably "and"? So without comma.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants