Revision history for Wikka-Docker
Additions:
{{Category}}
Additions:
- [Why and How to Use Docker for Development](https://medium.com/iron-io-blog/why-and-how-to-use-docker-for-development-a156c1de3b24#.f2hcratjc)
Deletions:
{{filmu)
Deletions:
No Differences
Additions:
{{toc}}
Deletions:
Additions:
{{{toc}}}
Additions:
- All developers use the same OS, same system libraries, same language runtime, no matter what host OS they are using (even Windows if you can believe it).
- You can check the [[https://github.com/oemunoz/wikkawiki/blob/master/Dockerfile DockerFile]] for the installations steeps.
- You only need Docker to develop. You don’t need to install a bunch of databases engines, language environments or a set of unknown library's on your Operation System.
- You can set multiple "hackarounds" (like different php versions) without installing it on your machine, the hackarounds are isolated using docker.
- Can still use your favorite editor/IDE as you normally do. No need for running a VMs or remote directory's in and developing from the shell just so you can build/run on a Linux box.
- Physical/Virtual machine with a operation system compatible (setup network, disk space, etc).
- Web Server with the PHP 5/7 engine.
- Mysql database server with some basic or specific information for your new development.
Testing your wikka.config.php
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] is for a production environment?
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] come with additional plugins, handlers or something else?
- [ ] TODO: Add a section for plugins directory and uploads actions.
- [ ] TODO: Add Some images.
- [Why and How to Use Docker for Development](https://medium.com/iron-io-blog/why-and-how-to-use-docker-for-development-a156c1de3b24#.qwcr62g
{{filmu)
- You can check the [[https://github.com/oemunoz/wikkawiki/blob/master/Dockerfile DockerFile]] for the installations steeps.
- You only need Docker to develop. You don’t need to install a bunch of databases engines, language environments or a set of unknown library's on your Operation System.
- You can set multiple "hackarounds" (like different php versions) without installing it on your machine, the hackarounds are isolated using docker.
- Can still use your favorite editor/IDE as you normally do. No need for running a VMs or remote directory's in and developing from the shell just so you can build/run on a Linux box.
- Physical/Virtual machine with a operation system compatible (setup network, disk space, etc).
- Web Server with the PHP 5/7 engine.
- Mysql database server with some basic or specific information for your new development.
Testing your wikka.config.php
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] is for a production environment?
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] come with additional plugins, handlers or something else?
- [ ] TODO: Add a section for plugins directory and uploads actions.
- [ ] TODO: Add Some images.
- [Why and How to Use Docker for Development](https://medium.com/iron-io-blog/why-and-how-to-use-docker-for-development-a156c1de3b24#.qwcr62g
{{filmu)
Deletions:
- You can check the [[https://github.com/oemunoz/wikkawiki/blob/master/Dockerfile DockerFile]] for the installations steeps.
- You only need Docker to develop. You don’t need to install a bunch of databases engines, language environments or a set of unknown library's on your Operation System.
- You can set multiple "hackarounds" (like different php versions) without installing it on your machine, the hackarounds are isolated using docker.
- Can still use your favorite editor/IDE as you normally do. No need for running a VMs or remote directory's in and developing from the shell just so you can build/run on a Linux box.
- Physical/Virtual machine with a operation system compatible (setup network, disk space, etc).
- Web Server with the PHP 5/7 engine.
- Mysql database server with some basic or specific information for your new development.
1. Testing your wikka.config.php
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] is for a production environment?
- This [[https://hub.docker.com/r/oems/wikkawiki/ docker]] come with additional plugins, handlers or something else?
- [ ] TODO: Add a section for plugins directory and uploads actions.
- [ ] TODO: Add Some images.
- [Why and How to Use Docker for Development](https://medium.com/iron-io-blog/why-and-how-to-use-docker-for-development-a156c1de3b24#.qwcr62gmu)
Additions:
{{image class="center" alt="Docker logo" title="Docker main page" url="https://raw.githubusercontent.com/oemunoz/wikkawiki/master/images/docker.png" link="https://www.docker.com/"}}
{{image class="center" alt="Wikka" title="Wikka Docker" url="https://raw.githubusercontent.com/oemunoz/wikkawiki/master/images/wikkawikiWizzard.png" link="https://hub.docker.com/r/oems/wikkawiki/"}}
{{image class="center" alt="Work flow" title="Docker Work flow" url="https://raw.githubusercontent.com/oemunoz/wikkawiki/master/images/ImpDevWoFlow.png" link="http://www.slideshare.net/Flux7Labs/how-docker-quickly-advanced-development-of-an-iot-application"}}
- [ ] TODO: Add Some images.
{{image class="center" alt="Wikka" title="Wikka Docker" url="https://raw.githubusercontent.com/oemunoz/wikkawiki/master/images/wikkawikiWizzard.png" link="https://hub.docker.com/r/oems/wikkawiki/"}}
{{image class="center" alt="Work flow" title="Docker Work flow" url="https://raw.githubusercontent.com/oemunoz/wikkawiki/master/images/ImpDevWoFlow.png" link="http://www.slideshare.net/Flux7Labs/how-docker-quickly-advanced-development-of-an-iot-application"}}
- [ ] TODO: Add Some images.
Deletions:
Additions:
{{files}}