Vulcan/README.md

21 lines
724 B
Markdown
Raw Normal View History

2012-09-20 16:03:14 +09:00
Telescope is an open-source, real-time social news site built with [Meteor](http://meteor.com)
**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 :)
# Features
- Real-time (of course!)
- Password and/or Twitter auth
- Notifications
- Mobile-ready & responsive
- Invite-only access
- Markdown support
- Day by day view
2012-09-20 16:03:14 +09:00
# 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-19 12:50:37 +09:00
- `heroku config:add ROOT_URL=http://your_url`