No description
Find a file
2012-10-11 13:50:17 +09:00
.meteor working on notifications 2012-10-04 13:30:57 +09:00
accounts working on notifications 2012-10-04 13:30:57 +09:00
client cleaned up router 2012-10-11 08:23:52 +09:00
common only make headline mandatory, not url 2012-10-11 13:21:10 +09:00
public avatar tweaks 2012-10-03 16:43:04 +09:00
server fixed typo in userId var 2012-10-11 13:50:17 +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 improving permissions and redirections 2012-10-08 16:49:01 +09:00
smart.json updating smart.json 2012-10-04 15:05:25 +09:00
smart.lock update meteor 2012-10-05 12:00:31 +09:00

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

Instalation

Running Telescope on Heroku

  • Use the Heroku buildpack for Meteorite to push to Heroku (if you get an error when pushign to Heroku, running mrt update before pushing again sometimes helps)
  • heroku config:add ROOT_URL=http://your_url

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