Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F4083704
D382.id913.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
829 B
Referenced Files
None
Subscribers
None
D382.id913.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 2, 12:25 (18 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2391005
Default Alt Text
D382.id913.diff (829 B)
Attached To
Mode
D382: Docker instructions in README
Attached
Detach File
Event Timeline
Log In to Comment