You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
Brylie Christopher Oxley edited this page Mar 2, 2015
·
1 revision
Only Meteor 0.9.0 and later are currently supported
$ cd<app dir>
You must add cfs:standard-packages, which is the main package:
$ meteor add cfs:standard-packages
You must add at least one storage adapter package. See the Storage Adapters section for a list of the available storage adapter packages. At least cfs:gridfs or cfs:filesystem must be added, too, even if you are not using them. The temporary store requires one of them.
$ meteor add cfs:gridfs
# OR
$ meteor add cfs:filesystem
# OR
$ meteor add cfs:s3
Depending on what you need to do, you may need to add additional add-on packages. These are explained in the documentation sections to which they apply.