mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-18 05:02:15 +01:00
Updating CONTRIBUTING.md (Go version) + Rebuilding documentation
This commit is contained in:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -8,7 +8,7 @@ find below useful information about how to contribute to the Gotenberg project.
|
|||||||
### Install from sources
|
### Install from sources
|
||||||
|
|
||||||
1. Install and run the latest version of Docker
|
1. Install and run the latest version of Docker
|
||||||
2. Verify your Go version (>= 1.13)
|
2. Verify your Go version (>= 1.14)
|
||||||
3. Fork this repository
|
3. Fork this repository
|
||||||
4. Clone it outside of your `GOPATH` (we're using Go modules)
|
4. Clone it outside of your `GOPATH` (we're using Go modules)
|
||||||
|
|
||||||
|
|||||||
@@ -154,7 +154,7 @@
|
|||||||
<p>For instance:</p>
|
<p>For instance:</p>
|
||||||
|
|
||||||
<pre class="chroma">$ git clone https://github.com/thecodingmachine/gotenberg.git
|
<pre class="chroma">$ git clone https://github.com/thecodingmachine/gotenberg.git
|
||||||
$ make publish <span class="nv">GOTENBERG_USER_GID</span><span class="o">=</span>your_custom_gid <span class="nv">GOTENBERG_USER_UID</span><span class="o">=</span>your_custom_uid <span class="nv">DOCKER_REGISTRY</span><span class="o">=</span>your_registry <span class="nv">DOCKER_USER</span><span class="o">=</span>registry_user <span class="nv">DOCKER_PASSWORD</span><span class="o">=</span>registry_password <span class="nv">VERSION</span><span class="o">=</span>6.1.0
|
$ make publish <span class="nv">GOTENBERG_USER_GID</span><span class="o">=</span>your_custom_gid <span class="nv">GOTENBERG_USER_UID</span><span class="o">=</span>your_custom_uid <span class="nv">DOCKER_REGISTRY</span><span class="o">=</span>your_registry <span class="nv">DOCKER_USER</span><span class="o">=</span>registry_user <span class="nv">DOCKER_PASSWORD</span><span class="o">=</span>registry_password <span class="nv">VERSION</span><span class="o">=</span>6.2.0
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
@@ -204,7 +204,8 @@ $ make publish <span class="nv">GOTENBERG_USER_GID</span><span class="o">=</span
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"></path><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"></path></svg>
|
||||||
</a>Cloud Run (Google Cloud)</h2>
|
</a>Cloud Run (Google Cloud)</h2>
|
||||||
|
|
||||||
<p>If you’re looking for cost savings, you might be interested by <a href="https://cloud.google.com/run">Cloud Run</a>. However, this is not advisable if you need to do async conversion with a webhook.</p>
|
<p>If you’re looking for cost savings, you might be interested by <a href="https://cloud.google.com/run">Cloud Run</a>.
|
||||||
|
However, according to some users, doing asynchronous conversion (with a webhook) might not working.</p>
|
||||||
|
|
||||||
<p>In the following examples, we will assume your
|
<p>In the following examples, we will assume your
|
||||||
Gotenberg API is available at <a href="http://localhost:3000">http://localhost:3000</a>.</p>
|
Gotenberg API is available at <a href="http://localhost:3000">http://localhost:3000</a>.</p>
|
||||||
@@ -1777,4 +1778,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div></body></html>
|
</div></body></html>
|
||||||
Reference in New Issue
Block a user