Files
DiceCloud/rpg-docs/nohup.out
Thaum 285cae2090 Implemented text field functionality
Character text fields now work. Slightly modified versions will be needed for Spells, features, etc.
2014-11-10 14:05:46 +00:00

20 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[[[[[ ~/workspace/rpg-docs ]]]]]
=> Started proxy.
=> Started MongoDB.
I20141109-18:31:54.578(0)? ** You've set up some data subscriptions with Meteor.publish(), but
I20141109-18:31:54.660(0)? ** you still have autopublish turned on. Because autopublish is still
I20141109-18:31:54.660(0)? ** on, your Meteor.publish() calls won't have much effect. All data
I20141109-18:31:54.660(0)? ** will still be sent to all clients.
I20141109-18:31:54.660(0)? **
I20141109-18:31:54.661(0)? ** Turn off autopublish by removing the autopublish package:
I20141109-18:31:54.661(0)? **
I20141109-18:31:54.661(0)? ** $ meteor remove autopublish
I20141109-18:31:54.661(0)? **
I20141109-18:31:54.661(0)? ** .. and make sure you have Meteor.publish() and Meteor.subscribe() calls
I20141109-18:31:54.661(0)? ** for each collection that you want clients to see.
I20141109-18:31:54.662(0)? 
=> Started your app.
=> App running at: http://localhost:3000/
=> Client modified -- refreshing