update the docs
This commit is contained in:
@ -47,44 +47,44 @@ googleAnalytics = ""
|
||||
# ------- MENU START -----------------------------------------
|
||||
|
||||
[[menu.main]]
|
||||
name = "Introduction"
|
||||
name = "Overview"
|
||||
url = "/"
|
||||
weight = 0
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "Getting started"
|
||||
name = "Getting Started"
|
||||
url = "getting-started/"
|
||||
weight = 10
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
name = "Documentation"
|
||||
url = "documentation/"
|
||||
weight = 20
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Related Projects"
|
||||
url = "related-projects/"
|
||||
weight = 30
|
||||
weight = 4
|
||||
|
||||
[[menu.main]]
|
||||
name = "Help & Questions"
|
||||
url = "help/"
|
||||
weight = 40
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
name = "Contributing"
|
||||
url = "contributing/"
|
||||
weight = 50
|
||||
weight = 6
|
||||
|
||||
[[menu.main]]
|
||||
name = "License"
|
||||
url = "license/"
|
||||
weight = 60
|
||||
weight = 7
|
||||
|
||||
# ------- MENU END -----------------------------------------
|
||||
|
||||
[blackfriday]
|
||||
smartypants = false
|
||||
fractions = false
|
||||
smartDashes = false
|
||||
plainIDAnchors = false
|
||||
smartypants = true
|
||||
fractions = true
|
||||
smartDashes = true
|
||||
plainIDAnchors = true
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Contributing
|
||||
type: index
|
||||
weight: 50
|
||||
weight: 6
|
||||
---
|
||||
|
||||
|
||||
@ -143,4 +143,4 @@ from the main (upstream) repository:
|
||||
|
||||
|
||||
<br>
|
||||
### Happy Coding :)
|
||||
### Happy Coding :)
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Documentation
|
||||
type: index
|
||||
weight: 20
|
||||
weight: 3
|
||||
---
|
||||
|
||||
|
||||
@ -1308,15 +1308,15 @@ Moving from Docker Toolbox (VirtualBox) to Docker Native (for Mac/Windows). Requ
|
||||
## Improve speed on MacOS
|
||||
|
||||
Sharing code into Docker containers with osxfs have very poor performance compared to Linux. You can get around this issue by using NFS to share your files betwen your host and your container.
|
||||
|
||||
|
||||
> How to share files using NFS (d4m-nfs)
|
||||
|
||||
[d4m-nfs](https://github.com/IFSight/d4m-nfs) automatically mount NFS volume instead of osxfs one.
|
||||
|
||||
1) Update the Docker [File Sharing] preferences:
|
||||
|
||||
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
|
||||
|
||||
Click on the Docker Icon > Preferences > (remove everything form the list except `/tmp`).
|
||||
|
||||
2) Restart Docker.
|
||||
|
||||
3) Clone the [d4m-nfs](https://github.com/IFSight/d4m-nfs) repository to your `home` directory.
|
||||
@ -1354,7 +1354,7 @@ docker-compose up -d nginx mysql
|
||||
|
||||
<br>
|
||||
<a name="Common-Problems"></a>
|
||||
## Common Problems
|
||||
## Common Problems
|
||||
|
||||
*Here's a list of the common problems you might face, and the possible solutions.*
|
||||
|
||||
|
@ -1,13 +1,11 @@
|
||||
---
|
||||
date: 2017
|
||||
title: Getting started
|
||||
weight: 10
|
||||
title: Getting Started
|
||||
type: index
|
||||
weight: 2
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="Requirements"></a>
|
||||
## Requirements
|
||||
|
||||
- [Git](https://git-scm.com/downloads)
|
||||
@ -16,8 +14,6 @@ weight: 10
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="Installation"></a>
|
||||
## Installation
|
||||
|
||||
Choose the setup the best suits your needs.
|
||||
@ -114,8 +110,6 @@ Do the same for each project `project2.conf`, `project3.conf`,...
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="Usage"></a>
|
||||
## Usage
|
||||
|
||||
**Read Before starting:**
|
||||
@ -183,12 +177,3 @@ DB_HOST=mysql
|
||||
|
||||
If you need a special support. Contact me, more details in the [Help & Questions](#Help) section.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Help & Questions
|
||||
type: index
|
||||
weight: 40
|
||||
weight: 5
|
||||
---
|
||||
|
||||
Join the chat room on [Gitter](https://gitter.im/LaraDock/laradock) and get help and support from the community.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Welcome to Laradock
|
||||
title: Overview
|
||||
type: index
|
||||
weight: 0
|
||||
weight: 1
|
||||
---
|
||||
|
||||
LaraDock strives to make the PHP development experience easier and faster.
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: License
|
||||
type: index
|
||||
weight: 60
|
||||
weight: 7
|
||||
---
|
||||
|
||||
[MIT License](https://github.com/laradock/laradock/blob/master/LICENSE) (MIT)
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Related Projects
|
||||
type: index
|
||||
weight: 30
|
||||
weight: 4
|
||||
---
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user