Skip to content

Commit d95b52b

Browse files
committed
Docs updated
1 parent a7503ce commit d95b52b

11 files changed

Lines changed: 135 additions & 1761 deletions

File tree

docs/contributing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
1111
<meta http-equiv="X-UA-Compatible" content="IE=10" />
1212
<title>Contributing - Laradock Docs</title>
13-
<meta name="generator" content="Hugo 0.18.1" />
13+
<meta name="generator" content="Hugo 0.19" />
1414

1515

1616
<meta name="description" content="Laradock documentations.">

docs/documentation/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
1111
<meta http-equiv="X-UA-Compatible" content="IE=10" />
1212
<title>Documentation - Laradock Docs</title>
13-
<meta name="generator" content="Hugo 0.18.1" />
13+
<meta name="generator" content="Hugo 0.19" />
1414

1515

1616
<meta name="description" content="Laradock documentations.">
@@ -1028,6 +1028,36 @@ <h2 id="use-rethinkdb">Use RethinkDB</h2>
10281028
<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li>
10291029
</ul>
10301030

1031+
<p><br>
1032+
<a name="Use-Minio"></a></p>
1033+
1034+
<h2 id="use-minio">Use Minio</h2>
1035+
1036+
<p>1 - Configure Minio:
1037+
- On the workspace container, change <code>INSTALL_MC</code> to true to get the client
1038+
- Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p>
1039+
1040+
<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p>
1041+
1042+
<pre><code class="language-bash">docker-compose up -d minio
1043+
</code></pre>
1044+
1045+
<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p>
1046+
1047+
<p>4 - Create a bucket either through the webui or using the mc client:</p>
1048+
1049+
<pre><code class="language-bash"> mc mb minio/bucket
1050+
</code></pre>
1051+
1052+
<p>5 - When configuring your other clients use the following details:</p>
1053+
1054+
<pre><code> S3_HOST=http://minio
1055+
S3_KEY=access
1056+
S3_SECRET=secretkey
1057+
S3_REGION=us-east-1
1058+
S3_BUCKET=bucket
1059+
</code></pre>
1060+
10311061
<p><br>
10321062
<a name="CodeIgniter"></a></p>
10331063

docs/documentation/index.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,36 @@ A package (&lt;a href=&#34;https://github.com/duxet/laravel-rethinkdb&#34;&gt;La
712712
&lt;li&gt;set the &lt;code&gt;DB_DATABASE&lt;/code&gt; to &lt;code&gt;database&lt;/code&gt;.&lt;/li&gt;
713713
&lt;/ul&gt;
714714

715+
&lt;p&gt;&lt;br&gt;
716+
&lt;a name=&#34;Use-Minio&#34;&gt;&lt;/a&gt;&lt;/p&gt;
717+
718+
&lt;h2 id=&#34;use-minio&#34;&gt;Use Minio&lt;/h2&gt;
719+
720+
&lt;p&gt;1 - Configure Minio:
721+
- On the workspace container, change &lt;code&gt;INSTALL_MC&lt;/code&gt; to true to get the client
722+
- Set &lt;code&gt;MINIO_ACCESS_KEY&lt;/code&gt; and &lt;code&gt;MINIO_ACCESS_SECRET&lt;/code&gt; if you wish to set proper keys&lt;/p&gt;
723+
724+
&lt;p&gt;2 - Run the Minio Container (&lt;code&gt;minio&lt;/code&gt;) with the &lt;code&gt;docker-compose up&lt;/code&gt; command. Example:&lt;/p&gt;
725+
726+
&lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt;docker-compose up -d minio
727+
&lt;/code&gt;&lt;/pre&gt;
728+
729+
&lt;p&gt;3 - Open your browser and visit the localhost on port &lt;strong&gt;9000&lt;/strong&gt; at the following URL: &lt;code&gt;http://localhost:9000&lt;/code&gt;&lt;/p&gt;
730+
731+
&lt;p&gt;4 - Create a bucket either through the webui or using the mc client:&lt;/p&gt;
732+
733+
&lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt; mc mb minio/bucket
734+
&lt;/code&gt;&lt;/pre&gt;
735+
736+
&lt;p&gt;5 - When configuring your other clients use the following details:&lt;/p&gt;
737+
738+
&lt;pre&gt;&lt;code&gt; S3_HOST=http://minio
739+
S3_KEY=access
740+
S3_SECRET=secretkey
741+
S3_REGION=us-east-1
742+
S3_BUCKET=bucket
743+
&lt;/code&gt;&lt;/pre&gt;
744+
715745
&lt;p&gt;&lt;br&gt;
716746
&lt;a name=&#34;CodeIgniter&#34;&gt;&lt;/a&gt;&lt;/p&gt;
717747

docs/getting-started/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
1111
<meta http-equiv="X-UA-Compatible" content="IE=10" />
1212
<title>Getting Started - Laradock Docs</title>
13-
<meta name="generator" content="Hugo 0.18.1" />
13+
<meta name="generator" content="Hugo 0.19" />
1414

1515

1616
<meta name="description" content="Laradock documentations.">

docs/help/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
1111
<meta http-equiv="X-UA-Compatible" content="IE=10" />
1212
<title>Help &amp; Questions - Laradock Docs</title>
13-
<meta name="generator" content="Hugo 0.18.1" />
13+
<meta name="generator" content="Hugo 0.19" />
1414

1515

1616
<meta name="description" content="Laradock documentations.">

0 commit comments

Comments
 (0)