No description
Find a file
2012-10-18 17:47:56 +09:00
.meteor switching to 0.5 2012-10-18 14:24:36 +09:00
accounts switching to 0.5 2012-10-18 14:24:36 +09:00
client mobile css tweaks 2012-10-18 17:47:56 +09:00
common added user subscriptions back in 2012-10-18 12:34:13 +09:00
public avatar tweaks 2012-10-03 16:43:04 +09:00
server simplify onCreateUser, publish email_hash 2012-10-18 17:43:03 +09:00
.gitignore Gitignore Sublime Text project files 2012-09-27 18:12:04 +02:00
posts.json fix post rank display 2012-10-09 14:24:06 +09:00
README.md added user subscriptions back in 2012-10-18 12:34:13 +09:00
smart.json switching to 0.5 2012-10-18 14:24:36 +09:00
smart.lock switching to 0.5 2012-10-18 14:24:36 +09:00

Telescope is an open-source, real-time social news site built with Meteor

Instalation

Running Telescope on Heroku

Setup

  • 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}})