Menu

Tree [5f6da9] master /
 History

HTTPS access


File Date Author Commit
 buildout.d 2014-06-25 James Mills James Mills [5f6da9] Use my own fork of plone.jsonapi.routes to fix ...
 configs 2014-02-13 James Mills James Mills [32e753] Added a useable sample dev config
 fabfile 2014-04-10 James Mills James Mills [9bba40] Added a convenient data task to import all data...
 src 2013-11-12 James Mills James Mills [4b7622] Added .gignore file for src dir
 tests 2014-04-16 James Mills James Mills [101168] Fix assertion in test_add_collection
 .gitignore 2014-02-10 Sam Wolski Sam Wolski [78f07c] Ignore auto generated .options.json
 .hgignore 2013-12-18 James Mills James Mills [03fd30] Ignore ghostdriver.log
 README.md 2013-11-12 James Mills James Mills [22173f] Added README.md for github
 README.rst 2013-11-12 James Mills James Mills [88ae6e] Added README
 bootstrap-buildout.py 2013-11-12 James Mills James Mills [0d0b05] Fixed typo in file rename
 bootstrap.sh 2014-02-04 James Mills James Mills [83ce2e] Assume we're running inside a virtualenv proper...
 defaults.json 2013-11-12 James Mills James Mills [c81901] Allow default options to live in defaults.json,...

Read Me

TerraNova Build Repository

This repository contains the TerraNova Plone Buildout configuration for development and deployment purposes. This repository is the central place that build the actual TerraNova Plone-based Web Application which includes configuring Plone with appropriate settings, workflows and content. This also includes the creation and configuration of RDF-based Ontologies and a Fresnel Lens which drive most of the User Interface Form(s).

Getting Started with Development

To get up and running quickly with development simply follow the following instructions:

note

These instructions are for Mac OS X users only.

  • Ensure you have Brew installed
    • If you already have Brew installed ensure it is up-to-date and running smoothly:
$ brew doctor
$ brew update
  • Run the bootstrap.sh Bash script:
$ ./bootstrap.sh
  • Run fab build:
$ fab build

That it!

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.