REL-0.10 Move doc/ folder to docs/

This commit is contained in:
cytopia 2017-05-24 08:05:10 +02:00
parent 3f6d3ee36b
commit de5c9d6398
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
22 changed files with 21 additions and 21 deletions

View File

@ -10,7 +10,7 @@
[Contributing](#contributing) |
[License](#license)
![Devilbox](doc/img/devilbox-dash.png)
![Devilbox](docs/img/devilbox-dash.png)
[![Build Status](https://travis-ci.org/cytopia/devilbox.svg?branch=master)](https://travis-ci.org/cytopia/devilbox) ![Tag](https://img.shields.io/github/tag/cytopia/devilbox.svg) [![type](https://img.shields.io/badge/type-Docker-orange.svg)](https://www.docker.com/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
@ -52,18 +52,18 @@ The above will start all containers, you can however also just start the contain
```shell
$ docker-compose up httpd php mysql redis
```
![Devilbox](doc/img/devilbox-dash-01.png)
![Devilbox](docs/img/devilbox-dash-01.png)
```shell
$ docker-compose up httpd php mysql pgsql redis memcd
```
![Devilbox](doc/img/devilbox-dash-02.png)
![Devilbox](docs/img/devilbox-dash-02.png)
```shell
$ docker-compose up httpd php pgsql memcd
```
![Devilbox](doc/img/devilbox-dash-03.png)
![Devilbox](docs/img/devilbox-dash-03.png)
### Run different versions
@ -137,25 +137,25 @@ The devilbox has everything setup for you. The only thing you will have to insta
### Video Tutorials
[![Devilbox setup and workflow](doc/img/devilbox_01-setup-and-workflow.png "devilbox - setup and workflow")](https://www.youtube.com/watch?v=reyZMyt2Zzo)
[![Devilbox email catch-all](doc/img/devilbox_02-email-catch-all.png "devilbox - email catch-all")](https://www.youtube.com/watch?v=e-U-C5WhxGY)
[![Devilbox setup and workflow](docs/img/devilbox_01-setup-and-workflow.png "devilbox - setup and workflow")](https://www.youtube.com/watch?v=reyZMyt2Zzo)
[![Devilbox email catch-all](docs/img/devilbox_02-email-catch-all.png "devilbox - email catch-all")](https://www.youtube.com/watch?v=e-U-C5WhxGY)
### Documentation
For setup, usage and examples see detailed **[Documentation](doc/README.md)**.
For setup, usage and examples see detailed **[Documentation](docs/README.md)**.
| Documentaion | Description |
|---------------------------------------|-------------|
| [Overview](doc/README.md) | General overview |
| [Configuration](doc/Configuration.md) | How to configure the devilbox |
| [Usage](doc/Usage.md) | How to use the devilbox |
| [Updating](doc/Updating.md) | How to update |
| [Info](doc/Info.md) | Technical information |
| [PHP Projects](doc/PHP_Projects.md) | How to manage projects |
| [Emails](doc/Emails.md) | How email catching works |
| [Logs](doc/Logs.md) | How to view log files |
| [Intranet](doc/Intranet.md) | The built-in intranet |
| [FAQ](doc/FAQ.md) | Frequently asked questions |
| [Overview](docs/README.md) | General overview |
| [Configuration](docs/Configuration.md) | How to configure the devilbox |
| [Usage](docs/Usage.md) | How to use the devilbox |
| [Updating](docs/Updating.md) | How to update |
| [Info](docs/Info.md) | Technical information |
| [PHP Projects](docs/PHP_Projects.md) | How to manage projects |
| [Emails](docs/Emails.md) | How email catching works |
| [Logs](docs/Logs.md) | How to view log files |
| [Intranet](docs/Intranet.md) | The built-in intranet |
| [FAQ](docs/FAQ.md) | Frequently asked questions |
## Run-time Matrix
@ -254,7 +254,7 @@ The homepage shows you the status of your current configured setup.
* what other settings have been set
* did any errors occur?
![Intranet Home](doc/img/01_intranet_home.png "Intranet Home")
![Intranet Home](docs/img/01_intranet_home.png "Intranet Home")
### Virtual Host overview
@ -266,20 +266,20 @@ Virtual Hosts are considered valid if the following requirements are met (on the
* `htdocs` folder/symlink exists in your project folder
* `/etc/hosts` has a valid DNS config for your host: `127.0.0.1 <project-folder>.<TLD_SUFFIX>` (alternatively the bundle BIND server can be attached to your host-computer).
![Intranet vHost](doc/img/02_intranet_vhosts.png "Intranet Home")
![Intranet vHost](docs/img/02_intranet_vhosts.png "Intranet Home")
### Database overview
Shows you all the databases that are loaded
![Intranet DB](doc/img/03_intranet_databases.png "Intranet Home")
![Intranet DB](docs/img/03_intranet_databases.png "Intranet Home")
### Email overview
Shows you all the emails that have been sent. No email will actually be sent outside, but they are all catched by one account and presented here.
![Intranet Email](doc/img/04_intranet_emails.png "Intranet Home")
![Intranet Email](docs/img/04_intranet_emails.png "Intranet Home")
## Contributing

View File

Before

Width:  |  Height:  |  Size: 355 KiB

After

Width:  |  Height:  |  Size: 355 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

View File

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB