You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by lr...@apache.org on 2013/03/23 20:09:02 UTC

svn commit: r1460209 - /wink/site/trunk/cms/build.sh

Author: lresende
Date: Sat Mar 23 19:09:02 2013
New Revision: 1460209

URL: http://svn.apache.org/r1460209
Log:
Add helper shell script to build the website

Added:
    wink/site/trunk/cms/build.sh   (with props)

Added: wink/site/trunk/cms/build.sh
URL: http://svn.apache.org/viewvc/wink/site/trunk/cms/build.sh?rev=1460209&view=auto
==============================================================================
--- wink/site/trunk/cms/build.sh (added)
+++ wink/site/trunk/cms/build.sh Sat Mar 23 19:09:02 2013
@@ -0,0 +1,15 @@
+#####
+# Build Wink Website
+#
+#   Requirements : Define a CMS_HOME pointing to where you have installed 
+# the cms build tool from https://svn.apache.org/repos/infra/websites/cms/build/
+#
+
+BUILD_HOME=$PWD
+
+cd $CMS_HOME
+export MARKDOWN_SOCKET=`pwd`/markdown.socket PYTHONPATH=`pwd`
+python markdownd.py
+
+cd $BUILD_HOME
+perl $CMS_HOME/build_site.pl --source-base . --target-base ./target

Propchange: wink/site/trunk/cms/build.sh
------------------------------------------------------------------------------
    svn:executable = *