Addshore has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/399984 )

Change subject: README note about how to run sculpin in docker
......................................................................

README note about how to run sculpin in docker

I use this as I apparently get issues runnig scuplin
on my local machine...

Change-Id: I0ce54b6f6dba099663bb182e6926a3d6ae321eca
---
M README.md
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikibase/wikiba.se 
refs/changes/84/399984/1

diff --git a/README.md b/README.md
index 017c6ce..0c9e14c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@
 
     vendor/bin/sculpin generate --env=prod
 
+You can also run sculpin in a docker container:
+
+    docker run --rm -it -p 8000:8000 -v "/$PWD://app" php:latest sh -c "cd 
//app; vendor/bin/sculpin help"
+
 ## Running the tests
 
 Change into the root directory of the project and run

-- 
To view, visit https://gerrit.wikimedia.org/r/399984
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0ce54b6f6dba099663bb182e6926a3d6ae321eca
Gerrit-PatchSet: 1
Gerrit-Project: wikibase/wikiba.se
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to