You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by se...@apache.org on 2015/05/11 19:41:56 UTC

cloudstack-www git commit: moreinfo in README

Repository: cloudstack-www
Updated Branches:
  refs/heads/master 5db4347aa -> a564b4c9e


moreinfo in README


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/a564b4c9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/a564b4c9
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/a564b4c9

Branch: refs/heads/master
Commit: a564b4c9e0df52964acf3fc6fed871a7011de3b1
Parents: 5db4347
Author: Sebastien Goasguen <ru...@gmail.com>
Authored: Mon May 11 19:41:43 2015 +0200
Committer: Sebastien Goasguen <ru...@gmail.com>
Committed: Mon May 11 19:41:43 2015 +0200

----------------------------------------------------------------------
 README.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/a564b4c9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bbbb623..420b20d 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,25 @@
 Source of Apache CloudStack Web site
 ====================================
+
+This is built using middleman
+
+    $ gem install middleman
+
+All sources are in the `/source` directory
+
+Build the site with:
+
+    $ middleman build
+
+To server it locally:
+
+    $ middleman server
+
+To publish your changes, commit the build into the asf-site directory
+
+GOTCHA, *TODO*, the `build` directory needs to be renamed `content` in the asf-site branch for the site to be served properly.
+
+Use GitHub PR to make changes.
+
+*TODO* Add gitHUB PR contribution instructions and better build instructions for committers
+