No description
Find a file
2012-12-06 23:46:20 +11:00
.meteor Added profiler package, going to test if it works. 2012-12-05 15:10:49 +11:00
client Created paginatedSubscription, use it for topPosts. 2012-12-06 23:46:20 +11:00
common reworking signin/signup and even tracking 2012-11-26 17:11:21 +09:00
public added favicon 2012-10-19 12:59:35 +09:00
server Created paginatedSubscription, use it for topPosts. 2012-12-06 23:46:20 +11:00
.gitignore tweaking settings options 2012-11-18 09:04:32 +09:00
README.md Merge branch 'master' of github.com:SachaG/Telescope 2012-12-05 11:37:23 +09:00
smart.json Added profiler package, going to test if it works. 2012-12-05 15:10:49 +11:00
smart.lock Added permissions for the profiler.. 2012-12-05 17:52:14 +11:00

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

Note: Telescope is beta software. Most of it should work but it's still a little unpolished and you'll probably find some bugs. Use at your own risk :)

Learn More

License

Features

  • Real-time (of course!)
  • Password-based and/or Twitter auth
  • Notifications
  • Mobile-ready & responsive
  • Invite-only access for reading and/or posting
  • Markdown support
  • Day by day view

Installation

  • Install Meteor
  • Install Meteorite
  • Download or clone Telescope into /some/path
  • cd /some/path
  • Run mrt

Running Telescope on Heroku

  • Use the Heroku buildpack for Meteorite to push to Heroku: heroku create --stack cedar --buildpack https://github.com/oortcloud/heroku-buildpack-meteorite.git
  • Add MongoHQ addon

First Run

  • Set the root URL variable used for Twitter auth (on Heroku: heroku config:add ROOT_URL=http://your_url)
  • Fill in your Twitter keys
  • The first user account created will automatically be made admin
  • Check out the settings page and fill out basic things like the site's name