Skip to content

lbergnehr/cesium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Continuous integration radiator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published