Ejegg has submitted this change and it was merged.

Change subject: Update readme with deployment howto
......................................................................


Update readme with deployment howto

Change-Id: Ic8898429fd7c1e692cfa983829b354a66d70c507
---
M README.md
1 file changed, 13 insertions(+), 1 deletion(-)

Approvals:
  Ejegg: Looks good to me, approved



diff --git a/README.md b/README.md
index e28faa6..307485e 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 
 To play with Dash, you will need:
 
-+ Node v. 0.8 (I recommend using [nvm](https://github.com/creationix/nvm) to 
manage node versions if you already have another version on your machine.)
++ NodeJS v. 0.8.2 (I recommend using [nvm](https://github.com/creationix/nvm) 
to manage node versions if you already have another version on your machine.)
 + [npm](https://www.npmjs.org/) to manage backend packages and because you 
need Bower.
 + [Bower](http://bower.io/), a package manager specifically optimized for 
front-end packages.
 + A local database that reflects fredge (not provided here since there is 
sensitive data involved)
@@ -93,4 +93,16 @@
 + My Boards, general sharing with Tags and Favorites introduced.
 + Eternal bliss and happiness
 
+Deployment
+==========
 
+WMF deployment involves a minification step, and requires NodeJS 0.10 (note 
this is more recent than the production execution requirement, 0.8.2).
+
++ nvm use 0.10
++ npm install -g gulp
++ gulp
++ git add dist
+
+Don't worry about the lint errors :(
+
+Commit the dist/ output to the deployment branch and push for review.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic8898429fd7c1e692cfa983829b354a66d70c507
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash
Gerrit-Branch: master
Gerrit-Owner: Awight <awi...@wikimedia.org>
Gerrit-Reviewer: Ejegg <eeggles...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to