Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 768 Bytes

Cesium

Cesium is a continuous integration radiator based on the Meteor platform. You can see a demo of it at the demo site.

Administration

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.

Development

Test Data

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"
    }
  ]
}