2012-09-20 16:03:14 +09:00
Telescope is an open-source, real-time social news site built with [Meteor ](http://meteor.com )
# Instalation
- Install Meteor
2012-09-20 16:04:46 +09:00
- Install [Meteorite ](https://github.com/oortcloud/meteorite/ )
2012-09-20 16:03:14 +09:00
- Run `mrt`
2012-10-08 16:49:01 +09:00
# Running Telescope on Heroku
2012-10-18 12:34:13 +09:00
- Use the [Heroku buildpack for Meteorite ](https://github.com/oortcloud/heroku-buildpack-meteorite ) to push to Heroku
2012-10-08 16:49:01 +09:00
- `heroku config:add ROOT_URL=http://your_url`
2012-09-29 15:14:46 +09:00
# Setup
2012-10-08 16:49:01 +09:00
- Using the command line (`mrt mongo` or 'mrt mongo xyz.meteor.com' if you're deploying on Meteor), set a user to be an admin: `db.users.update({'_id':'user_id_here'}, {$set:{'isAdmin':true}})`