CMS Resources

Building The Shindig CMS Site

  1. If this is your first time building the Shindig CMS site you need to setup your build environment.  Follow the steps in the section labeled "How do I run the CMS build scripts?" on the CMS Reference page.
  2. Check out the Shindig site code from https://svn.apache.org/repos/asf/shindig/site/trunk/.
  3. If you have not done so already start the markdown server by following the steps in the section labeled "How do I run the CMS build scripts?" on the CMS Reference page.
  4. Open a terminal/command prompt and navigate to the directory in which you checked out the Shindig site code and them into the cms directory then run
Terminal
./path/to/cms/build/build_site.pl --source-base ./trunk --target-base ./trunk/target
  • No labels