mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
updated readme
This commit is contained in:
parent
f1306415c8
commit
6469740093
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@ Telescope is an open-source, real-time social news site built with [Meteor](http
|
|||
- Install Meteor
|
||||
- Install [Meteorite](https://github.com/oortcloud/meteorite/)
|
||||
- Run `mrt`
|
||||
- Optional: use the [Heroku buildpack for Meteorite](https://github.com/oortcloud/heroku-buildpack-meteorite) to push to Heroku (if you get an error when pushign to Heroku, running `mrt update` sometimes helps)
|
||||
- Optional: use the [Heroku buildpack for Meteorite](https://github.com/oortcloud/heroku-buildpack-meteorite) to push to Heroku (if you get an error when pushign to Heroku, running `mrt update` sometimes helps)
|
||||
|
||||
# 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}})`
|
Loading…
Add table
Reference in a new issue