parent
d95b52b7db
commit
c63bf5ea07
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Contributing - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Documentation - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
@ -1028,36 +1028,6 @@ A package (<a href="https://github.com/duxet/laravel-rethinkdb">Laravel RethinkD
|
||||
<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li>
|
||||
</ul>
|
||||
|
||||
<p><br>
|
||||
<a name="Use-Minio"></a></p>
|
||||
|
||||
<h2 id="use-minio">Use Minio</h2>
|
||||
|
||||
<p>1 - Configure Minio:
|
||||
- On the workspace container, change <code>INSTALL_MC</code> to true to get the client
|
||||
- Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p>
|
||||
|
||||
<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p>
|
||||
|
||||
<pre><code class="language-bash">docker-compose up -d minio
|
||||
</code></pre>
|
||||
|
||||
<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p>
|
||||
|
||||
<p>4 - Create a bucket either through the webui or using the mc client:</p>
|
||||
|
||||
<pre><code class="language-bash"> mc mb minio/bucket
|
||||
</code></pre>
|
||||
|
||||
<p>5 - When configuring your other clients use the following details:</p>
|
||||
|
||||
<pre><code> S3_HOST=http://minio
|
||||
S3_KEY=access
|
||||
S3_SECRET=secretkey
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=bucket
|
||||
</code></pre>
|
||||
|
||||
<p><br>
|
||||
<a name="CodeIgniter"></a></p>
|
||||
|
||||
|
@ -712,36 +712,6 @@ A package (<a href="https://github.com/duxet/laravel-rethinkdb">La
|
||||
<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li>
|
||||
</ul>
|
||||
|
||||
<p><br>
|
||||
<a name="Use-Minio"></a></p>
|
||||
|
||||
<h2 id="use-minio">Use Minio</h2>
|
||||
|
||||
<p>1 - Configure Minio:
|
||||
- On the workspace container, change <code>INSTALL_MC</code> to true to get the client
|
||||
- Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p>
|
||||
|
||||
<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p>
|
||||
|
||||
<pre><code class="language-bash">docker-compose up -d minio
|
||||
</code></pre>
|
||||
|
||||
<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p>
|
||||
|
||||
<p>4 - Create a bucket either through the webui or using the mc client:</p>
|
||||
|
||||
<pre><code class="language-bash"> mc mb minio/bucket
|
||||
</code></pre>
|
||||
|
||||
<p>5 - When configuring your other clients use the following details:</p>
|
||||
|
||||
<pre><code> S3_HOST=http://minio
|
||||
S3_KEY=access
|
||||
S3_SECRET=secretkey
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=bucket
|
||||
</code></pre>
|
||||
|
||||
<p><br>
|
||||
<a name="CodeIgniter"></a></p>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Getting Started - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Help & Questions - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
1753
docs/index.html
1753
docs/index.html
File diff suppressed because it is too large
Load Diff
@ -167,7 +167,6 @@ QUEUE_HOST=beanstalkd
|
||||
<li>PgAdmin</li>
|
||||
<li>ElasticSearch</li>
|
||||
<li>Selenium</li>
|
||||
<li>Minio</li>
|
||||
<li>Workspace
|
||||
|
||||
<ul>
|
||||
@ -1073,36 +1072,6 @@ A package (<a href="https://github.com/duxet/laravel-rethinkdb">La
|
||||
<li>set the <code>DB_DATABASE</code> to <code>database</code>.</li>
|
||||
</ul>
|
||||
|
||||
<p><br>
|
||||
<a name="Use-Minio"></a></p>
|
||||
|
||||
<h2 id="use-minio">Use Minio</h2>
|
||||
|
||||
<p>1 - Configure Minio:
|
||||
- On the workspace container, change <code>INSTALL_MC</code> to true to get the client
|
||||
- Set <code>MINIO_ACCESS_KEY</code> and <code>MINIO_ACCESS_SECRET</code> if you wish to set proper keys</p>
|
||||
|
||||
<p>2 - Run the Minio Container (<code>minio</code>) with the <code>docker-compose up</code> command. Example:</p>
|
||||
|
||||
<pre><code class="language-bash">docker-compose up -d minio
|
||||
</code></pre>
|
||||
|
||||
<p>3 - Open your browser and visit the localhost on port <strong>9000</strong> at the following URL: <code>http://localhost:9000</code></p>
|
||||
|
||||
<p>4 - Create a bucket either through the webui or using the mc client:</p>
|
||||
|
||||
<pre><code class="language-bash"> mc mb minio/bucket
|
||||
</code></pre>
|
||||
|
||||
<p>5 - When configuring your other clients use the following details:</p>
|
||||
|
||||
<pre><code> S3_HOST=http://minio
|
||||
S3_KEY=access
|
||||
S3_SECRET=secretkey
|
||||
S3_REGION=us-east-1
|
||||
S3_BUCKET=bucket
|
||||
</code></pre>
|
||||
|
||||
<p><br>
|
||||
<a name="CodeIgniter"></a></p>
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Introduction - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
@ -483,7 +483,6 @@ QUEUE_HOST=beanstalkd
|
||||
<li>PgAdmin</li>
|
||||
<li>ElasticSearch</li>
|
||||
<li>Selenium</li>
|
||||
<li>Minio</li>
|
||||
<li>Workspace
|
||||
|
||||
<ul>
|
||||
|
@ -167,7 +167,6 @@ QUEUE_HOST=beanstalkd
|
||||
<li>PgAdmin</li>
|
||||
<li>ElasticSearch</li>
|
||||
<li>Selenium</li>
|
||||
<li>Minio</li>
|
||||
<li>Workspace
|
||||
|
||||
<ul>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>License - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=10" />
|
||||
<title>Related Projects - Laradock Docs</title>
|
||||
<meta name="generator" content="Hugo 0.19" />
|
||||
<meta name="generator" content="Hugo 0.18.1" />
|
||||
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
Loading…
Reference in New Issue
Block a user