Revision history for Wikka-Docker-Faster


Revision [23584]

Last edited on 2017-08-10 22:23:39 by OeMunoz
Additions:
======**Wikka on Docker for the impatient**======
Deletions:
======**Wikka for the impatient**======


Revision [23583]

Edited on 2017-08-10 22:23:27 by OeMunoz
Additions:
======**Wikka for the impatient**======
Deletions:
======**Wikka Docker for the impatient**======


Revision [23582]

Edited on 2017-08-10 22:22:43 by OeMunoz
Additions:
[[Wikka-Docker]]
Deletions:
CategoryLinux [[Wikka-Docker]]


Revision [23581]

Edited on 2017-08-10 22:20:24 by OeMunoz
Additions:
====WikkaWiki on 4 steps:====


Revision [23580]

Edited on 2017-08-10 22:19:37 by OeMunoz
Additions:
1. Check if the next deb are on your system:
Deletions:
{{toc level="2"}}
====1. Check if the next deb are on your system:====


Revision [23579]

Edited on 2017-08-10 22:19:24 by OeMunoz
Additions:
{{toc level="2"}}
Deletions:
{{toc level=2}}


Revision [23578]

Edited on 2017-08-10 22:19:14 by OeMunoz
Additions:
====1. Check if the next deb are on your system:====
Deletions:
=====1. Check if the next deb are on your system:=====


Revision [23577]

Edited on 2017-08-10 22:19:03 by OeMunoz
Additions:
{{toc level=2}}
Deletions:
{{toc 1}}


Revision [23576]

Edited on 2017-08-10 22:18:53 by OeMunoz
Additions:
{{toc 1}}
Deletions:
{{toc}}


Revision [23575]

Edited on 2017-08-10 22:18:39 by OeMunoz
Additions:
=====1. Check if the next deb are on your system:=====
Deletions:
1. Check if the next deb are on your system:


Revision [23574]

Edited on 2017-08-10 22:18:26 by OeMunoz
Additions:
{{toc}}


Revision [23573]

Edited on 2017-08-10 22:18:09 by OeMunoz
Additions:
3. Copy this file (exactly!)
4. Start the docker:


Revision [23572]

Edited on 2017-08-10 22:16:43 by OeMunoz
Additions:
2. Install these debs:
Deletions:
1. Install these debs:


Revision [23571]

Edited on 2017-08-10 22:16:37 by OeMunoz
Additions:
1. Check if the next deb are on your system:
1. Install these debs:


Revision [23570]

Edited on 2017-08-10 22:15:25 by OeMunoz

No Differences

Revision [23569]

Edited on 2017-08-10 22:15:16 by OeMunoz
Additions:
%%(bash;Install on Ubuntu)
apt-cache search docker| grep -E "compose|^docker-engine"
%%%%
docker-compose - Punctual, lightweight development environments using Docker
docker-engine - Docker: the open-source application container engine
%%(bash;Install on Ubuntu)
apt-get install docker-engine docker-compose
%%%%


Revision [23568]

Edited on 2017-08-10 22:12:08 by OeMunoz
Additions:
%%(text;docker-compose.yml)
%%(bash;Run the docker-compose on the same directory of the docker-compose.yml file.)
Deletions:
%%(text)
%%(bash)


Revision [23567]

Edited on 2017-08-10 22:10:42 by OeMunoz
Additions:
%%(bash)
docker-compose up


Revision [23566]

Edited on 2017-08-10 22:09:40 by OeMunoz
Additions:
%%(text)
version: '2'
services:
mariadb:
image: mariadb
hostname: mariadb
environment:
- MYSQL_ROOT_PASSWORD=root-password
- MYSQL_DATABASE=wikka
- MYSQL_USER=wikka
- MYSQL_PASSWORD=wikka-password
volumes:
- $PWD/mysql:/var/lib/mysql
wiki:
image: oems/wikkawiki:1.4.0-pre_lite
links:
- mariadb
ports:
- '80:80'
%%


Revision [23565]

The oldest known version of this page was created on 2017-08-10 22:08:37 by OeMunoz
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki