Cesium is a continuous integration radiator based on the Meteor platform. You can see a demo of it at the demo site.
The administration of the site can be done through the admin
route. For a default development URL, that would be equal to http://localhost:3000/admin
.
In order to get test data into the system, set the Meteor.settings key USE_FAKE_DATA
to something not-falsey and enter the data in private/bootstrap/fakedata.json
. The file is a key-value list of collection names and a list of data that should be inserted for that collection, e.g.:
{
"tasks": [
{
"name": "The name of the task"
}
]
}