adds tldr section to readme

This commit is contained in:
Sameer Naik
2016-11-23 18:21:19 +05:30
parent 7233a854d1
commit 6ebbb0b047

View File

@@ -6,6 +6,13 @@
https://www.phpbb.com/
# TL;DR;
```bash
$ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-phpbb/master/docker-compose.yml
$ docker-compose up
```
# Prerequisites
To run this application you need Docker Engine 1.10.0. Docker Compose is recomended with a version 1.6.0 or later.
@@ -79,7 +86,7 @@ Then you can access your application at http://your-ip/
## Persisting your application
If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed.
If you remove every container and volume all your data will be lost, and the next time you run the image the application will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed.
For persistence of the phpBB deployment, the above examples define docker volumes namely `mariadb_data`, `phpbb_data`, `apache_data` and `php_data`. The phpBB application state will persist as long as these volumes are not removed.