You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/08 16:03:08 UTC

svn commit: r1575550 - /incubator/usergrid/site/README.md

Author: snoopdave
Date: Sat Mar  8 15:03:08 2014
New Revision: 1575550

URL: http://svn.apache.org/r1575550
Log:
adding note that pandoc must be installed for site generation to work

Modified:
    incubator/usergrid/site/README.md

Modified: incubator/usergrid/site/README.md
URL: http://svn.apache.org/viewvc/incubator/usergrid/site/README.md?rev=1575550&r1=1575549&r2=1575550&view=diff
==============================================================================
--- incubator/usergrid/site/README.md (original)
+++ incubator/usergrid/site/README.md Sat Mar  8 15:03:08 2014
@@ -3,13 +3,17 @@ Apache Usergrid Website
 
 Check out the latest code with
 
-    $ svn co https://svn.apache.org/repos/asf/incubator/usergrid/site/
+    $ svn --username "APACHE_USERNAME" --password "APACHE_PASSWORD" co https://svn.apache.org/repos/asf/incubator/usergrid/site/
 
 All pages are generated from the content (html,js,css) under `content/`
 All doc sources are in markdown files under `content/docs/`
 
 To generate the site locally, you need [pandoc](http://johnmacfarlane.net/pandoc/installing.html), ruby and python installed.
 
+You will need pandoc
+
+    http://johnmacfarlane.net/pandoc/installing.html
+
 You will need pygments
 
     $ sudo easy_install Pygments
@@ -28,4 +32,5 @@ To build for export use the following co
 
 To re-deploy the site, make sure you commit both your changes under `content/` AND have built the site with `nanoc compile`, which should have created some changes under `publish/`. If you do not commit the files changed under `publish/` the production website will not change. Commit all changes by doing
 
-    $ svn ci --username "APACHE_USERNAME" --password "APACHE_PASSWORD" -m "Some message"
\ No newline at end of file
+    $ svn ci -m "Some message"
+