File | Date | Author | Commit |
---|---|---|---|
buildout.d | 2014-06-25 |
![]() |
[5f6da9] Use my own fork of plone.jsonapi.routes to fix ... |
configs | 2014-02-13 |
![]() |
[32e753] Added a useable sample dev config |
fabfile | 2014-04-10 |
![]() |
[9bba40] Added a convenient data task to import all data... |
src | 2013-11-12 |
![]() |
[4b7622] Added .gignore file for src dir |
tests | 2014-04-16 |
![]() |
[101168] Fix assertion in test_add_collection |
.gitignore | 2014-02-10 |
![]() |
[78f07c] Ignore auto generated .options.json |
.hgignore | 2013-12-18 |
![]() |
[03fd30] Ignore ghostdriver.log |
README.md | 2013-11-12 |
![]() |
[22173f] Added README.md for github |
README.rst | 2013-11-12 |
![]() |
[88ae6e] Added README |
bootstrap-buildout.py | 2013-11-12 |
![]() |
[0d0b05] Fixed typo in file rename |
bootstrap.sh | 2014-02-04 |
![]() |
[83ce2e] Assume we're running inside a virtualenv proper... |
defaults.json | 2013-11-12 |
![]() |
[c81901] Allow default options to live in defaults.json,... |
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).
To get up and running quickly with development simply follow the following instructions:
note
These instructions are for Mac OS X users only.
$ brew doctor
$ brew update
bootstrap.sh
Bash script:$ ./bootstrap.sh
fab build
:$ fab build
That it!