mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
No description
.meteor | ||
accounts | ||
client | ||
common | ||
public | ||
server | ||
.gitignore | ||
posts.json | ||
README.md | ||
smart.json | ||
smart.lock |
Telescope is an open-source, real-time social news site built with Meteor
Instalation
- Install Meteor
- Install Meteorite
- Run
mrt
Running Telescope on Heroku
- Use the Heroku buildpack for Meteorite to push to Heroku
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}})