No description
Find a file
2012-10-03 17:09:37 +09:00
.meteor cleaned up packages 2012-10-03 16:36:48 +09:00
accounts added accounts-ui dropdown 2012-09-05 09:55:09 +09:00
client trying to debug problem on telesc.pe 2012-10-03 17:09:37 +09:00
lib now showing avatars with comments 2012-10-03 16:33:28 +09:00
public avatar tweaks 2012-10-03 16:43:04 +09:00
server deleting a comment now decreases post comment count 2012-10-03 15:59:03 +09:00
.gitignore Gitignore Sublime Text project files 2012-09-27 18:12:04 +02:00
README.md now showing avatars with comments 2012-10-03 16:33:28 +09:00
smart.json cleaned up packages 2012-10-03 16:36:48 +09:00
smart.lock cleaned up packages 2012-10-03 16:36:48 +09:00

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

Instalation

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}})
  • If you want to enable login with Twitter on Heroku, do heroku config:add ROOT_URL=http://your_url