Page MenuHomeDevCentral

D382.id.diff
No OneTemporary

D382.id.diff

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -26,6 +26,31 @@
* PHP 5.5.9+
+## How to run an instance of Auth Grove?
+
+We provide a supported docker image.
+
+`docker pull nasqueron/auth-grove`
+
+It provides nginx, php-fpm and requires an access to a MySQL external server,
+or a link to a MySQL container.
+
+To run it, see https://devcentral.nasqueron.org/P194 for an example of a launch
+script.
+
+A minimal way to run the container is:
+
+```
+docker run -t -d \
+ --link <a MySQL or MariaDB container>:mysql \
+ -p <the port you want>:80 \
+ -e DB_HOST=mysql \
+ -e DB_DATABASE=<name of the database> \
+ -e DB_USERNAME=<login for this database> \
+ -e DB_PASSWORD=<pass for this database> \
+ nasqueron/auth-grove
+```
+
## How to develop for Auth Grove?
You'll find these tools handy:

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 2, 02:08 (8 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2391005
Default Alt Text
D382.id.diff (829 B)

Event Timeline